How I use ESP32-audioI2S library to output Bluetooth audio? #540
Answered
by
pschatzmann
renatoianhez
asked this question in
Q&A
-
Can I use ESP32-audioI2S library to output A2DP Bluetooth? How?
But give this error: no matching function for call to 'BluetoothA2DPSink::BluetoothA2DPSink(Audio&)' |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Apr 7, 2024
Replies: 1 comment
-
Since Audio does not inherit from Arduino Print you will need to write your own integration layer! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Audio does not inherit from Arduino Print you will need to write your own integration layer!