nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.36k stars 150 forks source link

Question: Bluetooth Audio to AirPlay device #142

Closed KuzmaTolyanuch closed 1 year ago

KuzmaTolyanuch commented 1 year ago

Hi @nicokaiser, Thank you for your effort on this project, it is very useful. I did install it on Orange Pi Zero 2 and have working Bluetooth Audio, AirPlay 2 (separate shairport-sync in docker), And now I'm looking for a way to add another functionality - routing Bluetooth Audio to Another AirPlay device. The purpose is to get ability to stream audio to HomePod from Android device using Bluetooth. Could you please advise, is it possible to do such thing taking this solution as basis?

nicokaiser commented 1 year ago

Sorry, I cannot help here. The scope of this project is getting basic audio receiver capabilities on a Raspberry Pi using Raspbian.

I am not sure if this is possible at all, since Streaming to HomePod requires an AirPlay 2 sender (not receiver)…

KuzmaTolyanuch commented 1 year ago

Make sense. Thanks for response anyway. I've found a way to do it BTW. There is a raop plugin for pulseaudio - https://hfujita.github.io/pulseaudio-raop2 , which make it possible, seems to be tricky but I will figure it out.