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 {
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
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
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
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
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
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