On 07/08/2018 01:42 PM, Steven Kruyswijk wrote:
> Hi all,
>
> For a sound playback system I'm putting together, based on a Raspberry Pi 3,
> I'm looking to have 4 channels of input and output, and to have the system
> to run automatically at startup.
Is there a reason why you do want the external clients instead of using
jack1's built-in version of zita-ajbridge?
jackd \
-I CARDNAME:zalsa_out/-dhw:CARD \
-I CARDNAME:zalsa_in/-dhw:CARD \
-dalsa ...
In your case try something like
jackd -I alsa-playback:zalsa_in/-dhw:CODEC_1 -dalsa -dhw:PCH -r48000
-p1024 -n2
If you do need qjackctl, you can pass the additional parameters using
the advanced server-prefix config.
[...]
> qjackctl (with auto-start)
> sleep 10
as a side-note, there's `jack_wait` which can sleep until jack becomes
available. It comes with jackd, and is much nicer than sleep.
Cheers!
robin
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sun Jul 8 16:15:02 2018
This archive was generated by hypermail 2.1.8 : Sun Jul 08 2018 - 16:15:03 EEST