Improved emphasis

This commit is contained in:
Andreas Eversberg
2018-01-20 15:49:19 +01:00
parent 50fee02c63
commit 3a5fa8837c
7 changed files with 24 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ int main(void)
double level;
double i;
init_emphasis(&estate, SAMPLERATE, cut_off);
init_emphasis(&estate, SAMPLERATE, cut_off, CUT_OFF_HIGHPASS_DEFAULT, CUT_OFF_LOWPASS_DEFAULT);
printf("testing pre-emphasis filter with cut-off frequency %.1f\n", cut_off);