Search found 2 matches
- Tue Feb 16, 2021 6:21 am
- Forum: General Discussion
- Topic: ESP32 BT+I2S
- Replies: 1
- Views: 1666
ESP32 BT+I2S
Trying to send audio from I2S mic to a BT sink. How should I go about in doing this? I have both components working but need to integrate them together. Any thoughts regarding DMA sizes and timing interrupts I should try implementing?
- Tue Feb 02, 2021 2:56 am
- Forum: General Discussion
- Topic: ESP32 A2DP Source - Callback Function
- Replies: 0
- Views: 1324
ESP32 A2DP Source - Callback Function
How exactly does the callback function for the data work (bt_app_a2d_data_cb)? Where does it get this 'data' from? I'm trying to manually put in an array myself (of a sinusoid) to be played to my Bluetooth speaker but it currently is just outputting noise with no semblance of the PCM sine wave I hav...