Skip to content

Instantly share code, notes, and snippets.

@emischorr
Created January 28, 2013 08:46
Show Gist options
  • Save emischorr/4653978 to your computer and use it in GitHub Desktop.
Save emischorr/4653978 to your computer and use it in GitHub Desktop.
Play local microphone on remote machine's speakers. Uses sox.
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