Created
January 28, 2013 08:46
-
-
Save emischorr/4653978 to your computer and use it in GitHub Desktop.
Play local microphone on remote machine's speakers. Uses sox.
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
rec -t wav - | ssh user@remotehost play -t wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment