mkfifo /tmp/feed1
/usr/local/bin/rtl_fm -d 0 -M fm -f 162.55M -p 69 -l 65 -g 50 -t 2 -E pad -s 12k |
tee /tmp/feed1 |
/usr/bin/lame -r -s 12 --resample 22.05 -m m -b 16 --cbr --lowpass 4 - - |
/usr/bin/ezstream -c /etc/ezstream_bcfy.xml > /var/log/bcfy2.log 2>&1 &
aplay -t raw -r 12000 -f S16_LE -c 1 /tmp/feed1 &