forked from len0rd/rockbox
Clean up compressor setting code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30715 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b683874e98
commit
a604345ae1
4 changed files with 69 additions and 82 deletions
|
@ -989,11 +989,7 @@ void settings_apply(bool read_disk)
|
|||
#ifdef HAVE_PITCHSCREEN
|
||||
dsp_timestretch_enable(global_settings.timestretch_enabled);
|
||||
#endif
|
||||
dsp_set_compressor(global_settings.compressor_threshold,
|
||||
global_settings.compressor_makeup_gain,
|
||||
global_settings.compressor_ratio,
|
||||
global_settings.compressor_knee,
|
||||
global_settings.compressor_release_time);
|
||||
dsp_set_compressor();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SPDIF_POWER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue