summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 4c16c6a0ec..ce1ee07054 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -956,7 +956,11 @@ void settings_apply(bool read_disk)
956 956
957 dsp_dither_enable(global_settings.dithering_enabled); 957 dsp_dither_enable(global_settings.dithering_enabled);
958 dsp_timestretch_enable(global_settings.timestretch_enabled); 958 dsp_timestretch_enable(global_settings.timestretch_enabled);
959 dsp_set_limiter(global_settings.limiter_level); 959 dsp_set_compressor(global_settings.compressor_threshold,
960 global_settings.compressor_ratio,
961 global_settings.compressor_makeup_gain,
962 global_settings.compressor_knee,
963 global_settings.compressor_release_time);
960#endif 964#endif
961 965
962#ifdef HAVE_SPDIF_POWER 966#ifdef HAVE_SPDIF_POWER