Skip to content

Instantly share code, notes, and snippets.

@davidnunez
Created February 5, 2012 01:10
Show Gist options
  • Save davidnunez/1741710 to your computer and use it in GitHub Desktop.
Save davidnunez/1741710 to your computer and use it in GitHub Desktop.
SSH trick: pipe microphone input of one machine to the speakers of another machine
dd if=/dev/dsp | ssh -C user@host dd of=/dev/dsp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment