-
-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
Problem Description
No matter how i play with the settings, it seems i only get very poor audio quality when i stream audio from IOS device through A2DP, with android it works flawlessly. Is there a solution for this? I checked all realted issues and searched online but did not find a solutrion myself
Device Description
ESP32-WROOM and Iphone 12
External DAC PCM5102A
Sketch
#include "BluetoothA2DPSinkQueued.h"
BluetoothA2DPSinkQueued a2dp_sink;
void setup() {
a2dp_sink.start("MyMusicQueued");
}
void loop() {
delay(1000); // do nothing
}
Other Steps to Reproduce
No response
Provide your Version of the EP32 Arduino Core (or the IDF Version)
2.3.2
I have checked existing issues, discussions and online documentation
- I confirm I have checked existing issues, discussions and online documentation
Metadata
Metadata
Assignees
Labels
No labels