forked from len0rd/rockbox
FS#10199: Adds limiter DSP function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22394 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f451108fa8
commit
2b7ef6b928
12 changed files with 546 additions and 6 deletions
|
|
@ -950,6 +950,7 @@ void settings_apply(bool read_disk)
|
|||
|
||||
dsp_dither_enable(global_settings.dithering_enabled);
|
||||
dsp_timestretch_enable(global_settings.timestretch_enabled);
|
||||
dsp_set_limiter(global_settings.limiter_level);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SPDIF_POWER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue