Hi,

I have two cards - one is PCI SoundBlaster 512
and another - USB iMic:

% cat /proc/asound/cards

0 [Live           ]: EMU10K1 - Sound Blaster Live!
                     Sound Blaster Live! (rev.5) 
                     at 0xb000, irq 9

1 [system         ]: USB-Audio - iMic USB audio system
                     Griffin Technology, Inc iMic USB audio
                     system at usb-00:04.2-2, full speed

Everything works as expected.
I use iMic exclusively for recording from line-in/mic,
and the SBLive with my speakers.

However, while recording from iMic I want to listen to what
is being recorded to monitor level and etc. Right now,
when I start 'arecord' in one xterm window, in another
I run 'aplay' of the recording and listen to it (with
some delay of course).

Is there any other way to record from hw:0,0 to a file and 
at the same time route the audio to hw:1,0 in one step?

System: Fedora Core 1.0  2.4.20-8
Alsa: 1.0.4

% cat ~/.asoundrc

pcm.sblive { type hw card 0 }
ctl.sblive { type hw card 0 }
                                                                                
pcm.imic { type hw card 1 }
ctl.imic { type hw card 1 }
                                                                                
pcm.!default {
    type plug
    slave { pcm "hw:0,0" rate 44100 }
    route_policy default
}

thanks in advance,
-Vlad
-- 
_____________________________________________________________
Vladislav Grinchenko       http://home.comcast.net/~3rdshift/
                                 e-mail: [EMAIL PROTECTED]
                                                   
      Focus on quality, and productivity will follow.
_____________________________________________________________



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to