Hi,
My application is to implement voip in omapl137/tms320c6747.
For this I need an example that would combine NDK (that sends packets out using UDP protocol) and audio pass through (using ping and pong buffers). I found the examples what I exactly need in http://www.ti.com/lit/an/spraax4/spraax4.pdf, with examples in C:\IW64x+\solutions_ti\lab6B. I am looking for a similar example for C6747. Could you please send some links which points to the closest examples? I already have NDK example in C:\CCStudio_v3.3\ndk_2_0_0_0\packages\ti\ndk\example\network\cfgdemo and audio passthrough example in C:\CCStudio_v3.3\boards\evmc6747_v1\dsp\tests\aic3106. But the audio example given in the previous line doesnot use ping pong buffering. Also I need an example that combines both NDK and audio pass through with ping pong buffering.
Thanks for your help.