Re: [Alsa-user] combine usb microphones (joop)

2016-04-19 Thread José Luis Artuch
In addition, if the microphones have identical sound cards, you can
identify them according to the USB port where they are connected using
udev rules:
http://alsa.opensrc.org/Udev
A working example:
http://zenbakaitz.servehttp.com
Regards,
José Luis


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] combine usb microphones

2016-04-19 Thread Clemens Ladisch
Bas Hopmans wrote:
> what would i put in my .asoundrc?

Something like this:

pcm.fourchannels {
type plug
slave.pcm {
type multi
slaves {
a { pcm "hw:0" channels 1 }
b { pcm "hw:1" channels 1 }
c { pcm "hw:2" channels 1 }
d { pcm "hw:3" channels 1 }
}
bindings [
{ slave a channel 0 }
{ slave b channel 0 }
{ slave c channel 0 }
{ slave d channel 0 }
]
}
}


Regards,
Clemens

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] combine usb microphones

2016-04-18 Thread Clemens Ladisch
joop wrote:
> i have 4 usb microphones connected to my system that i would like to combine
> into one virtual 'sound card' with 4 seperate mic channels.
>
> what would i put in my .asoundrc?

For a device without proper synchronization:
http://www.alsa-project.org/main/index.php/Asoundrc#Virtual_multi_channel_devices


Regards,
Clemens

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] combine usb microphones

2016-04-15 Thread Ralf Mardorf
On Fri, 15 Apr 2016 13:52:28 + (UTC), joop wrote:
>Hi all,
>
>i have 4 usb microphones connected to my system that i would like to
>combine into one virtual 'sound card' with 4 seperate mic channels.
>
>i've researched this but could not find an answer...
>
>what would i put in my .asoundrc?

I don't know, but using 4 mics as one virtual sound card, without
sync, leads to nothing. Maybe this is useful:
http://kokkinizita.linuxaudio.org/linuxaudio/zita-ajbridge-doc/quickguide.html

I don't know, but you at least need some kind of hardware sync or
software resampling.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] combine usb microphones

2016-04-15 Thread joop
Hi all,

i have 4 usb microphones connected to my system that i would like to combine 
into one virtual 'sound card' with 4 seperate mic channels.

i've researched this but could not find an answer...

what would i put in my .asoundrc?

arecord -l
 List of CAPTURE Hardware Devices 
card 0: device_1 [Usb Audio device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: device [Usb Audio device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: device_2 [Usb Audio device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 3: device_3 [Usb Audio device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

many thanks!
joop


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user