Skip to content

Instantly share code, notes, and snippets.

@NilsWildt
Created April 6, 2014 19:49
Show Gist options
  • Save NilsWildt/10010699 to your computer and use it in GitHub Desktop.
Save NilsWildt/10010699 to your computer and use it in GitHub Desktop.
Play Internetradiostream via pifm on the radio...
sox -v .9 -t mp3 "http://listen.technobase.fm/tunein-dsl-pls" -t wav -c 1 - | avconv -i pipe:0 -ac 1 -ar 22050 -b 352k -f wav - | ffmpeg -i - -f s16le -ar 22.05k -ac 1 - | sudo ./pifm - 91.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment