Phil,
We've seen some folks improve this by paying close attention to what
interrupt their audio card is on, assuming you are on a single processor
system. We have not tested SMP yet.
If you card is not on IRQ 9 or 10, can you get it there and take another
look at this?
Also, I am looki
On Thu, 20 Sep 2001, Kai Vehmanen wrote:
> (other programs, drivers, etc), soundcard's buffer area has become
> full with recorded data. So as a result you get the an underrun
> (no place to put more data, so previously recorded data is lost).
Doh, of course, overrun, not underrun. ;) So previou
On Thu, 20 Sep 2001, Adam Wiggins wrote:
>When recording via arecord I frequently see:
> xrun!!! (at least 12.096 ms long)
This is actually an underrun. While your computer is doing something else
(other programs, drivers, etc), soundcard's buffer area has become
full with recorded data. So
On Thu, 20 Sep 2001, Adam Wiggins wrote:
>
> Folks,
>
>When recording via arecord I frequently see:
>
> xrun!!! (at least 12.096 ms long)
>
>The command line I'm using is:
>
> arecord -D hw:1 -c 12 -r 96000 -f S32_LE -t raw | conv > out.raw
>
>"conv" is a program I wrote that strips o