Bluetooth sink and source at the same time #286
-
I am working on a spectrum analyzer project with the esp32 and want to stream audio to the esp32 from a phone then do a fft on the esp32. At the same time the esp32 has to stream the same audio to a bluetooth speaker. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Aug 23, 2022
Replies: 1 comment 1 reply
-
No, that will not work. But you can implement your own bluetooth speaker with the A2DP sink and do the FFT there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that will not work. But you can implement your own bluetooth speaker with the A2DP sink and do the FFT there.
Another option would be to simply get the audio via a microphone..