forked from len0rd/rockbox
Add precut setting for the equalizer and add some more comments to the eq menu code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9298 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7eb4d6c3b8
commit
91db368845
6 changed files with 154 additions and 82 deletions
|
|
@ -54,7 +54,8 @@ int dsp_stereo_mode(void);
|
|||
bool dsp_configure(int setting, void *value);
|
||||
void dsp_set_replaygain(bool always);
|
||||
void dsp_set_crossfeed(bool enable);
|
||||
void dsp_eq_update_data(bool enabled, int band);
|
||||
void dsp_eq_set(bool enable, unsigned int precut);
|
||||
void dsp_eq_update_filter_coefs(int band);
|
||||
void sound_set_pitch(int r);
|
||||
int sound_get_pitch(void);
|
||||
void channels_set(int value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue