make speex-float-3 the default resampler

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1973 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-10-29 08:34:30 +00:00
parent c6a7f06e23
commit 1c0690776d
2 changed files with 4 additions and 4 deletions

View file

@ -132,7 +132,7 @@ pa_core* pa_core_new(pa_mainloop_api *m, int shared) {
c->module_idle_time = 20;
c->scache_idle_time = 20;
c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE;
c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 3;
c->is_system_instance = 0;
c->disallow_module_loading = 0;