mpradio
mpradio copied to clipboard
Morrolinux's Pirate radio (PiFmRDS / PiFmAdv implementation with Bluetooth and mp3 support) - Stream music to your car's FM radio or use it as a Bluetooth speaker via headphone jack
Leave your feedbacks here, if you happen to have this issue. Right now I have no time to look into this, and more infos are needed.
`int play_bt(string device) { string sox_params=""; string output="sudo /usr/local/bin/"+s.implementation+" "+s.opSwitch+"ps 'BLUETOOTH' "+s.opSwitch+"rt 'A2DP BLUETOOTH' "+s.opSwitch+"freq "+s.freq+" "+s.opSwitch+"audio -"; set_output(output); /**< change output device if specified */ set_effects(sox_params); ps.songName = "Bluetooth";...
Hey first thanks for making this project, it's pretty awesome. Secondly I know you've moved the project to mpradio-py, but for the life of me I cannot get it working...
So first of all thanks for this really cool project. The only two things I'm still missing from this is the possibility to skip songs/pause on a bt client player...
Hello, i have install version 1.1 on a Raspberry B model and add a bluetooth dongle to it. From USB is playing on all the song and stuff. When i...
Hi, I am still having the same issue as #56 the update has not fixed it. I am trying to install on a clean install of both rasbian desktop and...
its working but, i want to broadcast songs via my phone bluetooth after pairing and connecting my phone to the RPI 3, it disconnect and cant connect now. MPRADIO is...
When playing tracks with unicode characters, for example Twarres - Fûgelfrij, it gets displayed wrongly as Twarres - F(gelfrij. RDS 2.0 supports unicode, so it should be possible to make...