Skip to content

Instantly share code, notes, and snippets.

@archisman-panigrahi
Created July 17, 2019 07:50
Show Gist options
  • Save archisman-panigrahi/61d2e415e56e405a13d5e56ca9f8473d to your computer and use it in GitHub Desktop.
Save archisman-panigrahi/61d2e415e56e405a13d5e56ca9f8473d to your computer and use it in GitHub Desktop.
This script captures audio and transmits to fm in a raspberry pi, using the PiFm program
arecord -f S16_LE -r 22050 -twav -D plughw:1,0 - | sudo pifm -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment