mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
audioresample: Use auto sinc table mode by default
This commit is contained in:
parent
d793a2b560
commit
3864209f6e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#define SPEEX_RESAMPLER_QUALITY_VOIP 3
|
#define SPEEX_RESAMPLER_QUALITY_VOIP 3
|
||||||
#define SPEEX_RESAMPLER_QUALITY_DESKTOP 5
|
#define SPEEX_RESAMPLER_QUALITY_DESKTOP 5
|
||||||
|
|
||||||
#define SPEEX_RESAMPLER_SINC_FILTER_DEFAULT SPEEX_RESAMPLER_SINC_FILTER_INTERPOLATED
|
#define SPEEX_RESAMPLER_SINC_FILTER_DEFAULT SPEEX_RESAMPLER_SINC_FILTER_AUTO
|
||||||
#define SPEEX_RESAMPLER_SINC_FILTER_AUTO_THRESHOLD_DEFAULT (1 * 1048576)
|
#define SPEEX_RESAMPLER_SINC_FILTER_AUTO_THRESHOLD_DEFAULT (1 * 1048576)
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
Loading…
Reference in a new issue