Set jack settings via terminal

hello guys!
how can I set up the default soundcard settings via terminal?

i tried: sudo Patchbox-config jack config --card get_cards

but then I’m just in the Patchbox settings for choosing a device but I haven’t chose one.

so I need an command to choose my USB Device directly via terminal.

Can someone help?
Thanks in advance

A command like this should work:

patchbox jack config --card hw:1,0 --rate 48000 --buffer 512 --period 3

Get the list of cards by running aplay -l.

1 Like

woahh perfect! it works thanks you so so much!