From 5f647c8fef33f35210d550ad1477ef43520b32a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 20 Nov 2004 16:23:53 +0000 Subject: * add µlaw/alaw support * abstracted resampler API * add integer-only resampler ("trivial") * show used resampler wherever useful * add mixing/volume adjusting for float32ne and u8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@294 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'polyp/core.c') diff --git a/polyp/core.c b/polyp/core.c index 19e0425f..03682fdc 100644 --- a/polyp/core.c +++ b/polyp/core.c @@ -27,7 +27,6 @@ #include #include #include -#include #include "core.h" #include "module.h" @@ -82,7 +81,7 @@ struct pa_core* pa_core_new(struct pa_mainloop_api *m) { c->module_idle_time = 20; c->scache_idle_time = 20; - c->resample_method = SRC_SINC_FASTEST; + c->resample_method = PA_RESAMPLER_SRC_SINC_FASTEST; pa_property_init(c); -- cgit