Created
February 5, 2012 01:10
-
-
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
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
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