mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
More documentation about resampler flags.
This commit is contained in:
@@ -25,9 +25,11 @@
|
|||||||
// Resamplers.
|
// Resamplers.
|
||||||
// Only one of each type of resampler (constant or variable rate) should be defined.
|
// Only one of each type of resampler (constant or variable rate) should be defined.
|
||||||
// libsoxr is used for constant-rate resampling.
|
// libsoxr is used for constant-rate resampling.
|
||||||
|
// It's currently our only const-rate resampler, so should always be #defined.
|
||||||
#define USE_LIBSOXR 1
|
#define USE_LIBSOXR 1
|
||||||
// Should build only one of libresample or libsamplerate for variable-rate resampling,
|
// Should build only one of libresample or libsamplerate for variable-rate resampling,
|
||||||
// but if both are defined, USE_LIBRESAMPLE is used and USE_LIBSAMPLERATE is not.
|
// but if both are defined, USE_LIBRESAMPLE is used and USE_LIBSAMPLERATE is not.
|
||||||
|
// Should always have one or the other #defined.
|
||||||
#define USE_LIBRESAMPLE 1
|
#define USE_LIBRESAMPLE 1
|
||||||
#undef USE_LIBSAMPLERATE
|
#undef USE_LIBSAMPLERATE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user