Hello TI,
We are using EZSDK 5.02 with AAC - LC binary (c674x_aaclcenc_01_00_01_00_elf).
We want to know that is it possible to configure audio output bit-rate dynamically ?
Thanks,
Jignesh R Patel
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello TI,
We are using EZSDK 5.02 with AAC - LC binary (c674x_aaclcenc_01_00_01_00_elf).
We want to know that is it possible to configure audio output bit-rate dynamically ?
Thanks,
Jignesh R Patel
Hi Jignesh,
It is possible to set the bitRte, sampleRate and number of channels dynamically.
Application need to to call control API with SETPARAMS command id and dynamicParams structure having the new Bitrate, sampleRate etc.
Refer appendix A of the AAC Encoder userGuide for supported bitrates for a given sampleRate.
Ram