mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Convert default resampler from libresample to libsoxr.
This commit is contained in:
@@ -21,8 +21,12 @@
|
||||
#define USE_LIBID3TAG 1
|
||||
// #define USE_LIBLRDF 1
|
||||
#define USE_LIBMAD 1
|
||||
#define USE_LIBRESAMPLE 1
|
||||
|
||||
// Resampling -- should build only one of these.
|
||||
#undef USE_LIBRESAMPLE
|
||||
#undef USE_LIBSAMPLERATE
|
||||
#define USE_LIBSOXR 1
|
||||
|
||||
#define USE_LIBTWOLAME 1
|
||||
#define USE_LIBVORBIS 1
|
||||
#define USE_NYQUIST 1
|
||||
|
||||
Reference in New Issue
Block a user