I solved it. asoundrc for first soundcard:
pcm.mixin1 {
type dsnoop
ipc_key 5932
ipc_key_add_uid yes
slave {
pcm "hw:1,0"
channels 2
period_size 4096
buffer_size 16384
rate 44100
periods 0
period_ti
James Courtier-Dutton wrote:
> > I would recommend using jackd for this task.
> > jackd connects to the sound card, and then lets any number of
> > application to connect to the stream. It is designed for low latency
> > real time audio work.
Thanks for fast reply.
ALSA would be the best for me
Marcin Lewandowski wrote:
> Hi,
>
> I have 3 devices in my notebook.
>
> hw:0,0 <- internal soundcard
> hw:1,0 <- usb soundcard
> hw:2,0 <- pcmcia soundcard
>
> I need to create something like 4 virtual soundcards from hw:1 and hw:2
> but with only 1 channel per each of them. Something like:
>