Created
July 17, 2019 07:50
-
-
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
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
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