On Fri, Apr 10, 2015 at 08:53:40AM +0200, Cyrille Henry wrote:
Le 10/04/2015 02:45, Miller Puckette a écrit :
Drat - I'll have to go back to savng teh device by number in case the name isn't unique. Anyhow, it's the driver's fault I think.
saving the device name is a nice functionalities. it's just that the 2nd card name should be : "USB audio CODEC #2"
As a workaround, give them ALSA names (which I think you can do using the ALSA config file somehow.) Me, I've never been able to understand ALSA.
i tried this : http://www.alsa-project.org/main/index.php/Asoundrc#Virtual_multi_channel_de... i was successfully using the "multi" device with aplay, but not with pd.
I think, "aliases" might work better here: http://www.alsa-project.org/main/index.php/Asoundrc#Aliases
The idea would be to define your own alias names for the USB cards like:
pcm.firstusb {
type hw
card 1
device 0
}
pcm.secondusb {
type hw
card 2
device 0
}
and then use
$ pd -alsa -audioadddev "secondusb"
But I've no idea if this actually works ... :(
Frank Barknecht _ ______footils.org__