I have used the TDU in the VoLIB telecom and media library in the c6748 experimental board with some success.
In general, I have no problem with the tone detection. However I have problem with using the voice descrimination detector
I will get the following message when I enable the "tdu_CTL_VOICE_DISC_ON" with the following code.
memset (&cfgCtl.u.std, 0, sizeof (tduCfgCtlStd_t));
tduControl (tduInst, tdu_CTL_VOICE_DISC_ON, &cfgCtl);
TMS320C64X+_0: Error: Illegal opcode (7e7e0000) at pc = 0x00000030 Illegal opcode at pc = 0x00000030
Is the voice descrimination detector supported in the TDU? Maybe I have missed something?
Any comment?
Thanks,