On Sun, 9 Jul 2017 12:58:55 +0300, alex wrote:
I do need it cause I can't get audio without
dropouts neither with
ALSA nor with PortAudio on my Odroid.
Too funny, since you actually try to use the ALSA backend ;).
On Sat, 8 Jul 2017 19:11:31 +0300, alex wrote:
I'm trying to run a script in my Odroid-U3 which
launches Jack and Pd,
but Jack doesn't start.
This is my script, called 'launch_jack_pd.sh':
#!/bin/bash
jackd -dalsa -dhw:1 -i2 -o4 -p512 -r48000 &
^^^^
^^^^
*?*