MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

Bluetooth as a audio output #63

Open jgrulich opened 5 years ago

jgrulich commented 5 years ago

How to make the Bluetooth as a audio output? I was searching in the esp32 wiki and found that the Bluetooth may be used as master to source the audio to the external Bluetooth speaker, but I've not found this feature in the menuconfig.

hilsonp commented 5 years ago

I'm also looking for a way to play the audio over bluetooth to listen using my bluetooth headset. Is that possible ?

MrBuddyCasino commented 5 years ago

Its possible but not implemented. You'd just have to re-reroute the output in the AudioRenderer.

aadnesd commented 5 years ago

Hi, sorry to hijack, has this been implemented now?

MrBuddyCasino commented 5 years ago

No PRs as of yet. It shouldn't be hard, but I don't currently have the time.

aadnesd commented 5 years ago

Could you give me some pointers, and I'll try to get something to work?

dgaspar commented 4 years ago

This example might shed some light on how to render the audio to an external bluetooth speaker: https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/classic_bt/a2dp_source

hilsonp commented 4 years ago

THANK YOU !!!!!

Le jeu. 28 nov. 2019 à 00:44, dgaspar notifications@github.com a écrit :

This example might shed some light on how to render the audio to an external bluetooth speaker: https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/classic_bt/a2dp_source

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MrBuddyCasino/ESP32_MP3_Decoder/issues/63?email_source=notifications&email_token=ABX7SANERXLCUSNSWONSQQLQV4A4BA5CNFSM4FWVUYC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLAZQA#issuecomment-559287488, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX7SAPGJAMGKD52YAFUIMDQV4A4BANCNFSM4FWVUYCQ .

nathanRamaNoodles commented 4 years ago

Any progress?

benjamin-kirkbride commented 4 years ago

I am very interested in this as well

PapeCoding commented 3 years ago

I am also interested in this!