Compandor: Remove unused option for unaffected level

This commit is contained in:
Andreas Eversberg
2018-10-14 13:07:25 +02:00
parent 56d8df5351
commit e9a7f610ee
7 changed files with 14 additions and 30 deletions

View File

@@ -72,7 +72,7 @@ int main(void)
sample_t samples[SAMPLERATE * 2];
int f;
init_compandor(&cstate, SAMPLERATE, ATTACK_MS, RECOVERY_MS, 1.0);
init_compandor(&cstate, SAMPLERATE, ATTACK_MS, RECOVERY_MS);
for (f = 0; f < 3; f++) {
/* -16 and -4 dB */