Output sound from your microphone through a remote computer&#39;s speakers:<br><a href="http://www.commandlinefu.com/commands/view/4888/output-your-microphone-to-a-remote-computers-speaker">http://www.commandlinefu.com/commands/view/4888/output-your-microphone-to-a-remote-computers-speaker</a><br>
<br>    $ arecord -f dat | ssh -C user@host aplay -f dat<br><br>Alternate suggestion:<br><br>    $ dd if=/dev/dsp | ssh -c arcfour -C username@host dd of=/dev/dsp<br clear="all"><br>So is reversing this (getting the remote microphone&#39;s sound to your own speakers) the same technique?<br>
<br>-- <br>Matthew Nuzum<br>newz2000 on freenode, skype, linkedin, <a href="http://identi.ca">identi.ca</a> and twitter<br><br>&quot;Do not seek to follow in the footsteps of the wise. Seek what they sought.&quot; –Matsuo Bashō<br>