From 354770088e87c3aa8720f462fe3ac8368d7de5b5 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Fri, 27 Oct 2006 20:41:33 +0000 Subject: Re-enable the currently unused and broken dithering and noise shaping code already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11368 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/aac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs/aac.c') diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c index 0c48422a53..56c2a799ec 100644 --- a/apps/codecs/aac.c +++ b/apps/codecs/aac.c @@ -73,7 +73,6 @@ enum codec_status codec_start(struct codec_api* api) ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, (int *)(1024*16)); ci->configure(CODEC_SET_FILEBUF_WATERMARK, (int *)(1024*512)); - ci->configure(DSP_DITHER, (bool *)false); ci->configure(DSP_SET_STEREO_MODE, (int *)STEREO_NONINTERLEAVED); ci->configure(DSP_SET_SAMPLE_DEPTH, (int *)(29)); -- cgit v1.2.3