Created
May 20, 2016 03:58
-
-
Save mayurah/9d429be66db87e3b5bb76b861b09b0cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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