<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Hans,<br><br>at last I don't thing the reason (or at least the main reason) I was getting the xruns was the &lt;&lt;&lt; ... &gt;&gt;&gt; printing on the terminal. I tried removing them from the code but didn't help much, what helped most was increasing the buffer size at jack. So it is probably my soundcard that is not really good.<br><br>Thanks for the help anyway.<br><br>Dimitris<br><br>--- Στις <b>Παρ., 14/08/09, ο/η Hans Aberg <i>&lt;haberg@math.su.se&gt;</i></b> έγραψε:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br><div class="plainMail">On 14 Aug 2009, at 18:02, Bozelos Dimitris wrote:<br><br>&gt; It will be a pain in the ass to remove all the &lt;&lt;&lt; ... &gt;&gt;&gt; I have in my code but I guess I have to... Yes, I'll report back if I see any difference.<br><br>It is not
 so slow if you have an editor that can handle regexp (regular expression) search-and-replace. Enable it, and search for something like:<br>&nbsp; &lt;&lt;&lt;.*&gt;&gt;&gt;<br><br>You might also try redirecting the output. Try<br>&nbsp; chuck ... &gt; chuck.out<br>And then in another window<br>&nbsp; tail -f chuck.out<br>This writes the output to a file name 'chuck.out', which may have less buffering problems than a console. Then the 'tail' statement creates another process that reads the output as it is written to this file, so it cannot affect the 'chuck' process.<br><br>Alternatively, if you do not need the output, you might use<br>&nbsp; chuck ... &gt; /dev/null<br><br>It would be interesting to know if some of these two last options help.<br><br>&nbsp; Hans<br><br><br></div></blockquote></td></tr></table><br>



      <hr size=1><font size=-1 face=Arial> 
Χρησιμοποιείτε Yahoo!<br> 
Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων <br> 
<a href="http://login.yahoo.com/config/mail?.intl=gr">http://login.yahoo.com/config/mail?.intl=gr</a> </font>