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.

CCS/CC3200AUDBOOST: Using UDP to transfer audio

Part Number: CC3200AUDBOOST

Tool/software: Code Composer Studio

Hi,

I am using "wifi_audio_app" provided with SDK1.3.0.But I have only 1 board.I want to transfer audio data to PC using udp.My question is how to modify the demo to achieve it.

Any help is really appreciated.

Thanks.

Eason Zhong

  • Hello,

    The Wifi Audio Demo is designed to work with two CC3200 Launch XL Boards and respective audio booster packs. 16 bit linear PCM audio is streamed between the devices over WiFi via UDP. 

    To stream the audio to a mobile app or a PC, you would need to implement a receive/transmit and playback/record 16 bit linear PCM audio via UDP.

    Shlomi