Skip to content

Instantly share code, notes, and snippets.

@cannikin
Created September 17, 2015 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cannikin/5e6d27506ed13268d250 to your computer and use it in GitHub Desktop.
Save cannikin/5e6d27506ed13268d250 to your computer and use it in GitHub Desktop.
pi@picluster1 ~ $ sudo rtl_fm -f 441M -M wbfm -s 100000 -r 48000 -l 80 - | aplay -r 48k -f S16_LE
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
Tuned to 441291000 Hz.
Oversampling input by: 11x.
Oversampling output by: 1x.
Buffer size: 7.45ms
Exact sample rate is: 1100000.007285 Hz
Sampling at 1100000 S/s.
Output at 100000 Hz.
Playing raw data 'stdin' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
^CAborted by signal Interrupt...
Signal caught, exiting!
User cancel, exiting...
Signal caught, exiting!
pi@picluster1 ~ $ sudo rtl_fm -f 441M -M wbfm -s 200000 -r 48000 -l 80 - | aplay -r 48k -f S16_LE
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
Tuned to 441316000 Hz.
Oversampling input by: 6x.
Oversampling output by: 1x.
Buffer size: 6.83ms
Sampling at 1200000 S/s.
Output at 200000 Hz.
^CSignal caught, exiting!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment