[PD] multiple identical soundcard and audioadddev

Cyrille Henry ch at chnry.net
Wed Apr 8 11:25:32 CEST 2015



Le 08/04/2015 10:58, Cyrille Henry a écrit :
> hello,
>
> i'm trying to use pd with 2 almost identical soundcard (edirol ua-1x and behringer uca222). They both works with aplay.
> On pd, the audio setting menu offer 2 "USB Audio CODEC", when selecting the 1st or the 2nd, only the 1st soundcard is used. so i can't select both on the same time.
>
> i tried starting pd with
> pd -noprefs -alsa -audioadddev hw:1,0
> but : Couldn't find audio input device: hw:1,0
> i don't really understand what device name i should use for audioadddev option.
this works :
pd -noprefs -alsa -listdev -audioadddev ""USB Audio CODEC"

but same result as changing the sound card in the menu : the 1st is always selected.


with :
audio output devices:
1. HDA Intel PCH (hardware)
2. HDA Intel PCH (plug-in)
3. USB Audio CODEC (hardware)
4. USB Audio CODEC (plug-in)
5. USB Audio CODEC (hardware)
6. USB Audio CODEC (plug-in)

pd -noprefs -alsa -listdev -audiodev 5
will select audio dev 3

cheers
c

>
> So : how could i use 2 identical soundcard, and how to use the new audioadddev option?
>
> using pd 46.6 / ubuntu linux 14.04
>
> thanks
> cyrille
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list



More information about the Pd-list mailing list