Hi all, I am running firmware Lich v22.5.0
and connecting the lich via USB to a RPI 3 .
Alsa sees the device but as a 1 in 1 out card correctly. Selecting the card with jackd doesn’t seem to work at all. I think the issue is i am no running the jackd command with correct settings.
here is the command to select Lich as the main soundcard:
jackd -d alsa -d hw:OWLLICH -i 2 -o 2
creating alsa driver ... hw:OWLLICH|hw:OWLLICH|1024|2|48000|2|2|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 16bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 16bit little-endian
ALSA: use 2 periods for playback
Alsa recommends a 2 in 2 out card setting. It defaults to 1024 frames and a 2 period buffer. Maybe that is not the correct setting?
Midi seems ok
What i expected was a 4 in 5 out soundcard though - is this exposable in some way?