[Alsa-user] xrun in arecord, ice1714

2002-11-16 Thread Mark Ziegler
Hi there, I've got 2 questions: 1.) I want to record the digital input from my ice1714 based terratec card. I found here the advice to write the following ~/,asoundrc: pcm.ice_spdif { type plug ttable.0.8 1 ttable.1.9 1 slave.pcm {

[Alsa-user] xrun!!!

2002-10-08 Thread Shiva Shankar Manjunatha
I have problem in closing and opening using ALSA library 0.9.0rc3. I am capturing the audio, i want close the audio capturing for indetermined time and open it again for capturing. If I try setting the parameters for the second time, an Assertion is being raised by pcm.c can anyone point what I

RE: [Alsa-user] xrun messages

2002-09-19 Thread Mark Knecht
lto:[EMAIL PROTECTED]]On Behalf Of Philip Clark Sent: Thursday, September 19, 2002 3:46 PM To: [EMAIL PROTECTED] Subject: [Alsa-user] xrun messages Hi Folks, I have managed to successfully run the most uptodate alsa9 driver on a DELL latitude cpiA366XT with the Neomagic 256AV sound chip. However

[Alsa-user] xrun messages

2002-09-19 Thread Philip Clark
Hi Folks, I have managed to successfully run the most uptodate alsa9 driver on a DELL latitude cpiA366XT with the Neomagic 256AV sound chip. However, I have a teething problem. When I run a dvd the flow is continually interrupted by:- alsa-space: xrun of at least 2.120 msecs. resetting strea

[Alsa-user] xrun error messages

2002-09-19 Thread Philip Clark
Hi Folks, I have managed to successfully run the most uptodate alsa9 driver on a DELL latitude cpiA366XT with the Neomagic 256AV sound chip. However, I have a teething problem. When I run a dvd the flow is continually interrupted by:- alsa-space: xrun of at least 2.120 msecs. resetting strea

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

[Alsa-user] xrun!!!

2001-09-20 Thread Adam Wiggins
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 out the all but the first two channels, since I couldn't figu