Connecting more than one audio-adaptor

Hi all

I have Pisound working with a raspberry pi… all working very well (specs below).

What I actually need is two inputs in, and 3 or 4 out.

Is there a way of doing this?

I currently have 2 outputs going to different guitar-amps, but would like vocal-effects to go through the same Pi. I have a little (omec teleport) foot-pedal audio-adaptor, and everyone I talk to seems very confident that the pi should be able to run that at the same time, but I’ve yet to figure out a way of doing it.

Is it possible?

I’m putting everything through Ardour, running on Jack,.

Rasberrry Pi 5
Patchbox OS Bookworm ARM64 2024-04-04
New Pisound hat
Ardour 7

Thanks,

Nick

Hey, it is possible to combine multiple audio cards when using the Jack backend, see How can I use multiple soundcards with JACK? | JACK Audio Connection Kit - alsa_in and alsa_out should do the job - the audio card should appear within the Jack world so you can route it around.

Brilliant - thanks. I’ll see what I can do.