WIP: NMT docs

This commit is contained in:
Andreas Eversberg
2016-03-16 18:21:29 +01:00
parent a5db02775e
commit 0aa749d27b
4 changed files with 4 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ int dsp_init_sender(nmt_t *nmt)
int16_t *spl;
int i;
/* attack (3ms) and recovery time (13.5ms) according to NMT specs */
init_compander(&nmt->cstate, 8000, 3.0, 13.5);
if ((nmt->sender.samplerate % (BIT_RATE * STEPS_PER_BIT))) {