How do I get the audio pcm data?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

     How do I get the audio data when the BT conencted the iphone ? I want to know the API

0 Likes
1 Solution
Anonymous
Not applicable

Refer to hci_handsfree example. You can use the wiced_bt_sco_setup_voice_path() API and set path to WICED_BT_SCO_OVER_APP_CB and provide the data callback. In this callback, you can modify the data samples as required.

View solution in original post

3 Replies