I tried wifi audio samples on my launch board and audio module, as i only have one set, can not do the testing as wiki shows. i wrote a small program to capture and send out MIC audio of a Andriod phone(i created two threads on phone, one for capture UDP package, another one is send out UDP package), it working very good in single way(one direction), in details
1. when press the SW3, i can heard the voice from my phone very good - CC3200 send to phone
2. press again SW3 (turn off the audio send out from Launch board)
3. press the SW2, i can heard the voice from the CC3200 Launch board very good - phone send to CC3200
(above test based on unicast)
But the problem is, when i press on both switch, that is turn on sw2 then sw3 together, i can not heard voice from phone(CC3200 audio send to phone), but i can heard the voice from CC3200 (phone send to CC3200). just like a one direction communication, not bi-direction.
I checked the WIFI Audio sample codes, the udp create function as following
long CreateUdpServer(tUDPSocket *pSock)