Hi,
we use AAC encoder to generate CBR AAC audio in DM368 using DVSDK.
We found IAUDIO_CBR option was set default in the sample code.
However, the result AAC is in VBR. Its ADTS header indicates it is VBR (0x7FF),
Also in audio players it detected as VBR.
Our engineer changed the option from IAUDIO_CBR to IAUDIO_VBR, to see how the result would be, but there was an error message in runtime.
How do I make AAC files in CBR?
Thanks in advance for your reply.