From 77c4d7e10c077c6be84af9e70b2c9738a51f6e9a Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 27 Nov 2012 00:22:14 +0000 Subject: [PATCH] More documentation about resampler flags. --- win/configwin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/configwin.h b/win/configwin.h index 8cd25353c..99597f5ac 100644 --- a/win/configwin.h +++ b/win/configwin.h @@ -25,9 +25,11 @@ // Resamplers. // Only one of each type of resampler (constant or variable rate) should be defined. // libsoxr is used for constant-rate resampling. +// It's currently our only const-rate resampler, so should always be #defined. #define USE_LIBSOXR 1 // 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. +// Should always have one or the other #defined. #define USE_LIBRESAMPLE 1 #undef USE_LIBSAMPLERATE