Replies: 1 comment 2 replies
-
I don't have an executable program for this. If you are interested in BT, I would like to point you to the ESPuino project, where audioI2S works together with BT (sink and source). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i use ESP32-audioI2S for all functions related SD_MMC player,ne audio streaming, and web audio streaming + downloading. But there is another source which i want to use : Bluetooth A2DP, which is not integrated into ESP32-audioI2S.
What a wonder is how i could share some of the ressources (i think of the main ringbuffer) between audioI2S and the A2dP sink;
he A2Dp sink is part of idF libraries, and i use the excellent wrapper from pschatzmann
Or, if not possible, how i can free up Audio I2S ressource when A2DP is started and reinstate them afterwards.
Because of course, audioI2S and A2DP sink are used exclusively and never simultaneously.
I am aware of the pull request for A2DP source, but the probelmatic here was not to share ressource but rather to feed the A2DP source from audioI2S. I the case of A2DP sink there probably no need to feed A2DP datas into audioI2S, unless it is simpelr than sharing ressources liek the ringbuffer.
Beta Was this translation helpful? Give feedback.
All reactions