RE: [Alsa-user] xrun messages

2002-09-19 Thread Mark Knecht
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

Re: [Alsa-user] xrun!!!

2001-09-20 Thread Kai Vehmanen
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

Re: [Alsa-user] xrun!!!

2001-09-20 Thread Kai Vehmanen
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

Re: [Alsa-user] xrun!!!

2001-09-20 Thread Jaroslav Kysela
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