On 01-Oct-2003 Nathaniel Gray wrote:
> My sound card uses different devices for capture (device 0) and playback
> (device 1). I have two issues with capture right now:
>
> 1. If I do something like:
> arecord -f dat -D hw:0,1 -d 5 foo.wav
> it seems to record for much longer than 5 secon
My sound card uses different devices for capture (device 0) and playback
(device 1). I have two issues with capture right now:
1. If I do something like:
arecord -f dat -D hw:0,1 -d 5 foo.wav
it seems to record for much longer than 5 seconds. In fact, "time
arecord..." tells me that i
At Sun, 23 Mar 2003 02:08:51 -0400,
Manuel Jander wrote:
>
> Hello,
>
> I'm having serious trouble implementing record support into the Aureal
> Vortex driver.
> I get total lockups...
>
> The obvious answer would be: the cards overwrites your kernel :) ... but
> i double checked
> that. If th
Hello,
I'm having serious trouble implementing record support into the Aureal
Vortex driver.
I get total lockups...
The obvious answer would be: the cards overwrites your kernel :) ... but
i double checked
that. If that would be the case, playback wouldnt work either (i would
hear noise, or at
Hi,
I wonder if I am right to write audio packets to substream->dma_addr ???
Should I define copy() and silence() functions as well (like for playback)?
Thanks,
Guilhem.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.
hi,
I'm getting a bit desparate here. I'm trying to
record
tunes from extenal MIDI device.
I have Mandrake 8.1 (kernel 2.4.8,
alsa-driver-0.5.11)
and serial-port MIDI connection, so I use a v_midi
driver (with handwritten character shunt between
/dev/ttyS0 and /dev/midi1; v_midi is then an i