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
・g726DecoderMain.c ([install folder]\G726_3X_REL200_ROOTDIR\g726\tstsrc\c55x)
line 121 to 123
tablesPtr [0] = (void *) G726_TII_g726itbl40;
tablesPtr [1] = (void *) G726_TII_adpcmalaw;
tablesPtr [2] = (void *) G726_TII_adpcmmulaw;
Do you always necessary content to TI G726 ?
Regards.