aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-10-23 08:46:05 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-10-23 08:46:05 +0200
commit1ea95de1204d70bb98f117bd5c71bff7b8376c72 (patch)
tree278a3895c5e33c27a84d79f6e2053c844a6ac471 /src/amps
parent8864db8269a33778ff5f51aa4b64fa087c9852d5 (diff)
C-Netz: Use emphasis with 200 uS time constant
Diffstat (limited to 'src/amps')
-rw-r--r--src/amps/amps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amps/amps.c b/src/amps/amps.c
index b526237..88cb95d 100644
--- a/src/amps/amps.c
+++ b/src/amps/amps.c
@@ -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;