C-Netz: Use emphasis with 200 uS time constant

This commit is contained in:
Andreas Eversberg
2016-10-23 08:46:05 +02:00
parent 8864db8269
commit 1ea95de120
6 changed files with 17 additions and 12 deletions

View File

@@ -422,7 +422,7 @@ int amps_create(int channel, enum amps_chan_type chan_type, const char *sounddev
amps->pre_emphasis = pre_emphasis;
amps->de_emphasis = de_emphasis;
rc = init_emphasis(&amps->estate, samplerate);
rc = init_emphasis(&amps->estate, samplerate, CUT_OFF_EMPHASIS_DEFAULT);
if (rc < 0)
goto error;