miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
487 stars 82 forks source link

Real Time transmission #46

Open etiennedemoulin opened 5 years ago

etiennedemoulin commented 5 years ago

Hi, thank you for the software! I'm trying to broadcast audio without latency. I was thinking about JACK to do that, but I can't pipe jack-stdout with pi_fm_adv because "Error: could not open stdin for audio input." Raspbian Stretch Any ideas ?

miegl commented 5 years ago

Hi, pifmadv expects a format supported by libsndfile. This includes WAV, FLAC, raw PCM and others. See http://www.mega-nerd.com/libsndfile/ I don't use JACK myself so I can't really help you.

hmht commented 3 years ago

try e.g. pi_fm_adv --srate 44100 --nochan 2 if your jack-stdout doesn't have headers.