Re: [Alsa-user] speaker-test works but a aplay does not

2016-04-19 Thread Hauke Westemeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > Please try putting this into your ~/.asoundrc: > > pcm.stereoonly { type hw card 0 channels 2 } > > and then running "aplay -v -D plug:stereoonly > /.../Front_Center.wav". Does it work? Does it expand the file to > two channels? > I did so

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

Re: [Alsa-user] speaker-test works but a aplay does not

2016-04-19 Thread Clemens Ladisch
Hauke Westemeier wrote: >> "Front Right" is the name of the channel. There could be other >> channels such as "Side Right", "Back Right"; and the channel in >> the front would be called "Center". > > So although the file is called Front_Right.wav aplay should play it on > both of my channels the

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 {