Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playing music through Bluetooth #125

Open
fellowmean5 opened this issue Jul 13, 2022 · 1 comment
Open

Playing music through Bluetooth #125

fellowmean5 opened this issue Jul 13, 2022 · 1 comment

Comments

@fellowmean5
Copy link

Hello! Its actually isnt issue. But i d like to know, is it possible to connect bluetooth headset to esp32 and play music into it? Thank you!

@kYc0o
Copy link

kYc0o commented Jul 13, 2023

I think it can be theoretically possible by implementing void feedPCMFrames(std::vector<uint8_t> &data) on a A2DP codec. Maybe some inspiration can be gathered from https://github.com/pschatzmann/ESP32-A2DP

I feel inspired now so I may take a look, I'm interested on playing music from a phone using wifi towards a BT Boombox (e.g. JBL Charge 5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants