Search found 3 matches
- Thu Aug 22, 2019 9:04 am
- Forum: ESP-IDF
- Topic: What is the format of the audio stream written to the ringbuf_i2s ?
- Replies: 0
- Views: 1567
What is the format of the audio stream written to the ringbuf_i2s ?
Hello, The audio Data-Stream from the phone is written to the RingBuffer ringbuf_i2s of type Byte buffer (defined in the bt_app_core.c file) by the write_ringbuf function, which is called in the bt_app_a2d_data_cb function. But in which format is the data (used by the bt_app_a2d_data_cb function as ...
- Wed Aug 21, 2019 10:00 am
- Forum: General Discussion
- Topic: Where/How can I access the data transmitted via Bluetooth in the A2DP-Sink example ?
- Replies: 0
- Views: 1634
Where/How can I access the data transmitted via Bluetooth in the A2DP-Sink example ?
Hello, I am trying to access the data packages that are being send from my phone when I connect to the ESP32, which is running the ESP-IDF A2DP-SINK demo (https://github.com/espressif/esp-idf/tr ... /a2dp_sink). The example is working great. But I can't identify the pointer or variable that is point...
- Mon Aug 19, 2019 9:10 pm
- Forum: ESP-IDF
- Topic: Where/How can I access the data transmitted via Bluetooth in the A2DP-Sink example ?
- Replies: 0
- Views: 1746
Where/How can I access the data transmitted via Bluetooth in the A2DP-Sink example ?
Hello, I am trying to access the data packages that are being send from my phone when I connect to the ESP32, which is running the ESP-IDF A2DP-SINK demo ( https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/classic_bt/a2dp_sink ). The example is working great. But I can't ...