Last active
November 14, 2015 07:15
-
-
Save sgviking/15a2364fe57f3412a4a8 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env bash | |
# Usage: ./fm.sh 98.3 | |
rtl_fm -M fm -s 200k -A fast -r 48k -f $1M | play -r 48k -t raw -e s -b 16 -c 1 -V1 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment