Add global DC-Filter and remove all individual DC-Filters

This commit is contained in:
Andreas Eversberg
2017-01-28 18:18:44 +01:00
parent 71e556e7ff
commit bd7ccc5fa0
9 changed files with 32 additions and 58 deletions

View File

@@ -450,7 +450,7 @@ int amps_create(int channel, enum amps_chan_type chan_type, const char *audiodev
}
/* init audio processing */
rc = dsp_init_sender(amps, (de_emphasis == 0), tolerant);
rc = dsp_init_sender(amps, tolerant);
if (rc < 0) {
PDEBUG(DAMPS, DEBUG_ERROR, "Failed to init audio processing!\n");
goto error;