1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 08:31:13 +02:00

Update comments.

This commit is contained in:
v.audacity 2013-01-01 01:35:25 +00:00
parent cdd2ccf594
commit e73aefa5cf

View File

@ -27,8 +27,9 @@
// libsoxr is used for constant-rate and var-rat resampling.
// libsoxr currently our only const-rate resampler, so should always be #defined.
#define USE_LIBSOXR 1
// Should build only one of libsoxr, libresample, or libsamplerate for variable-rate resampling,
// but if more than one are defined, priority is libsoxr over libresample over libsamplerate.
// but if more than one are defined, priority is libresample over libsamplerate over libsoxr.
// We cannot release builds with libsamplerate, due to licensing.
// Standard configuration is to have only USE_LIBSOXR #defined.
#undef USE_LIBRESAMPLE