mobeets / loop-baby

portable audio looper using raspberry pi, neotrellis, and sooperlooper
https://mobeets.github.io/made/loop-baby
13 stars 1 forks source link

after running, we sometimes get lots of xruns #9

Closed mobeets closed 4 years ago

mobeets commented 4 years ago

killing sooperlooper stops them, but the xruns I'm pretty sure are from jackd...

mobeets commented 4 years ago

might want to add '-r' before the '-dalsa' line when starting jackd, since apparently raspi might not have realtime scheduling set up by default??

mobeets commented 4 years ago

to make it stop:

killall sooperlooper
killall jackd # (repeat this line multiple times)
./startup.sh
mobeets commented 4 years ago

according to this, adding -s when running jackd might stop printing the xruns at least...

mobeets commented 4 years ago

these issues are likely related to the jackd settings. might want to play around with these. though '-s' might have actually worked in the short term...

mobeets commented 4 years ago

this doesn't seem to be happening any more