Skip to content

Instantly share code, notes, and snippets.

@mayurah
Created May 20, 2016 03:58
Show Gist options
  • Save mayurah/9d429be66db87e3b5bb76b861b09b0cb to your computer and use it in GitHub Desktop.
Save mayurah/9d429be66db87e3b5bb76b861b09b0cb to your computer and use it in GitHub Desktop.
# Software defined radio
rtl_fm -f 104M -M wbfm -s 200000 -r 48000 - | aplay -r 48k -f S16_LE
rtl_fm -f 104M -M wbfm -s 170k -A std -l 0 -E deemp -r 44.1k - | aplay -r 44.1k -f S16_LE
rtl_fm -f 106.2M -M fm -s 170k -A std -l 0 -E deemp -r 44.1k | ffmpeg -f s16le -ac 1 -i pipe:0 -acodec libmp3lame -ab 128k -f rtp rtp://127.0.0.1:1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment