On Sat, 17 Nov 2012 15:18:18 +0100 Olof Tangrot olof.tangrot@gmail.com wrote:
rtl_fm -f 96.3e6 -s 48000 - | aplay -r raw -f dat -c 1
aplay: main:576: bad speed value 0
Set the speed and format with aplay -r 48k -f S16_LE -t raw as the help message of rtl_fm suggests. That works (on Fedora too). Apparently -f dat shorthand is not enough for pipes.
-- Pete