Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

PCM buffer allocation at the decoder

The output PCM buffer is defined at the decoder application as

int16_t pcmBuf[MAX_OUTPUT_PCM_BUFFER_SIZE];

but it is defined as

int16_t *pcmBuf = NULL;

at the encoder application and allocated dynamically.

It is proposed to use the encoder logic at the decoder too.

Assignee Loading
Time tracking Loading