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/dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dsp.h') diff --git a/apps/dsp.h b/apps/dsp.h index 4221d9e350..965eb28c5f 100644 --- a/apps/dsp.h +++ b/apps/dsp.h @@ -39,7 +39,6 @@ enum { DSP_SET_SAMPLE_DEPTH, DSP_SET_STEREO_MODE, DSP_RESET, - DSP_DITHER, DSP_SET_TRACK_GAIN, DSP_SET_ALBUM_GAIN, DSP_SET_TRACK_PEAK, @@ -63,5 +62,6 @@ void sound_set_pitch(int r); int sound_get_pitch(void); void channels_set(int value); void stereo_width_set(int value); +void dsp_dither_enable(bool enable); #endif -- cgit v1.2.3