Re: Upsampling while decoding / Updating
Nikos Chantziaras <[email protected]> Wed, 08 May 2013 19:22:07 +0300
| Newsgroups | gmane.comp.audio.compression.speex.devel |
|---|---|
| Organization | Lucas Barks |
| Message-ID | <[email protected]> |
On 08/05/13 19:18, Nikos Chantziaras wrote: > If your software is actually a library itself, you might to instead: > > #define SPX_RESAMPLE_EXPORT __declspec(dllexport) Or maybe not, since I don't think it makes sense to actually export this, as the resampling routines are probably internal to your software. So you probably want to always define this as an empty macro.