summaryrefslogtreecommitdiff
path: root/apps/codecs/sid.c
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-10-27 20:41:33 +0000
committerThom Johansen <thomj@rockbox.org>2006-10-27 20:41:33 +0000
commit354770088e87c3aa8720f462fe3ac8368d7de5b5 (patch)
tree58b2e4e05edca22d042e441b041174e802daf80c /apps/codecs/sid.c
parent57cc28d6db6dafe2138916550aad5a9306e80f42 (diff)
downloadrockbox-354770088e87c3aa8720f462fe3ac8368d7de5b5.tar.gz
rockbox-354770088e87c3aa8720f462fe3ac8368d7de5b5.zip
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
Diffstat (limited to 'apps/codecs/sid.c')
-rw-r--r--apps/codecs/sid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/sid.c b/apps/codecs/sid.c
index bdffb874f4..c95e44b426 100644
--- a/apps/codecs/sid.c
+++ b/apps/codecs/sid.c
@@ -1239,7 +1239,6 @@ enum codec_status codec_start(struct codec_api *api)
1239 1239
1240 ci->configure(CODEC_SET_FILEBUF_WATERMARK, (int *)(1024*512)); 1240 ci->configure(CODEC_SET_FILEBUF_WATERMARK, (int *)(1024*512));
1241 ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, (int *)(1024*256)); 1241 ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, (int *)(1024*256));
1242 ci->configure(DSP_DITHER, (bool *)false);
1243 1242
1244next_track: 1243next_track:
1245 if (codec_init(api)) { 1244 if (codec_init(api)) {