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.
Hi all,
I downloaded from the page of the TI G726 Encoder and Decoder c55xx, but there are questions.
http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C55X_Speech/index_FDS.html
G726 Encoder and Decoder, Version 2.00.00.012
For G726 Encoder and Decoder is set to 0x800 the size of the area of HEAP linker,
operation was unstable, and when increased to 0x1000, behavior is stable.
I want to know the recommended value of heap size.
Regards.
Hi Yu,
Heap requirement will change based on your application. However, the codec will not use any heap, there won't be any memory allocations. The stack usage will be around 1KB by the codec.
Usually, it 's better to go with 0x8000 as your heap size in the standalone codec setup.
-Venkat
Hi Venkat,
Thank you for your reply.
I was able to understand the contents.
Regards.