From 93d0767a8a9ee9d649eea9afac59f778e29a6a54 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 26 Oct 2012 14:11:01 -0700 Subject: reenable the cubic resampler cubic resampler was disabled because it hadn't been qualified, however after I did some tests, it does improve significantly the sound quality over the order-1 resampler, even if it is still quite bad. also HIGH_QUALITY resampler was partially disabled, it's now fully enabled. It's a big improvement over the cubic resampler in terms of aliasing noise (it's not as good in the pass-band). Change-Id: I70e3658c255896588642697be9eb594ff4ec0f8b --- services/audioflinger/Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'services/audioflinger/Android.mk') diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk index bd9421c..60f231e 100644 --- a/services/audioflinger/Android.mk +++ b/services/audioflinger/Android.mk @@ -19,11 +19,9 @@ LOCAL_SRC_FILES:= \ AudioResampler.cpp.arm \ AudioPolicyService.cpp \ ServiceUtilities.cpp \ + AudioResamplerCubic.cpp.arm \ AudioResamplerSinc.cpp.arm -# uncomment to enable AudioResampler::MED_QUALITY -# LOCAL_SRC_FILES += AudioResamplerCubic.cpp.arm - LOCAL_SRC_FILES += StateQueue.cpp # uncomment for debugging timing problems related to StateQueue::push() -- cgit v1.1