markondej / fm_transmitter

Raspberry Pi as FM transmitter
1.32k stars 292 forks source link

Play from a bluetooth source #113

Open JohnMatychuk opened 4 years ago

JohnMatychuk commented 4 years ago

Is there any way to play audio files from my phone to the pi via bluetooth and then transmit to FM?

Rustizx commented 4 years ago

I'm trying to do this samething. I'm attempting to use this https://github.com/lukasjapan/bt-speaker and configure it in a way that will send the output of the bluetooth audio to the fm_trasmitter. I am using a ALSA loopback in order to connect the two. Hopefully this works for you, I'm still trying to get it to work myself.

lguima commented 4 years ago

I found this channel in YouTube: Novaspirit Tech

there's 2 of 3 videos related to "Bluetooth Audio FM Transmitter for Raspberry Pi" project, but it seems he never finished :(

Bluetooth Audio FM Transmitter for Raspberry Pi 3/2 Part 1 Bluetooth Audio FM Transmitter for Raspberry Pi 3/2 Part 2

andreaslordos commented 3 years ago

I'm trying to do this samething. I'm attempting to use this https://github.com/lukasjapan/bt-speaker and configure it in a way that will send the output of the bluetooth audio to the fm_trasmitter. I am using a ALSA loopback in order to connect the two. Hopefully this works for you, I'm still trying to get it to work myself.

@Rustizx Did you find a way to make it work?