On 02/18/2016 11:46 AM, bricolodu wrote:
instead of : jackd -d alsa -d hw:sndrpihifiberry -r
44100 -p 256 -n 16 -P -S
One should use : jackd -d alsa -d hw:sndrpihifiberry -r 44100 -p 16 -n 16 -P
-S
Did you try using JACK with a number of periods of 2? 16 is quite an
uncommon value. And you're also using -S, never had to use that on my
Raspberry Pi's with Wolfson/Cirrus Logic cards. I do have to use -s
(softmode) in order to keep JACK running. Also try raising the latency,
so use something like a period value of 1024:
jackd -d alsa -d hw:sndrpihifiberry -r 44100 -p 1024 -n 2 -P -s
Jeremy