<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I recall hearing that the new ssh has a new netcat mode that would let you accomplish this sort of feat without an intermediate file<div><br></div><div>-Tom</div><div><br><div><div>On Jun 7, 2010, at 9:29 AM, Matthew Nuzum wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Output sound from your microphone through a remote computer'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>&nbsp;&nbsp;&nbsp; $ arecord -f dat | ssh -C user@host aplay -f dat<br><br>Alternate suggestion:<br><br>&nbsp;&nbsp;&nbsp; $ 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'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>"Do not seek to follow in the footsteps of the wise. Seek what they sought." –Matsuo Bashō<br>

_______________________________________________<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>http://cialug.org/mailman/listinfo/cialug<br></blockquote></div><br></div></body></html>