Speaking about jack settings, we’re considering using -p 128
in place of -p 256
which should further reduce the latency.
To everyone who is using this beta image, here are the steps to try it out:
- ssh to the device from your PC:
a.ssh modep@modep.local
if mDNS is working for you
b.ssh modep@172.24.1.1
if you have connected to Pisound WiFi hotspot
c.ssh modep@...
where … is the IP assigned to RPi / Pisound by your router. sudo nano /usr/lib/systemd/system/jack.service
- Change
-p 256
to-p 128
in line 9 - Ctrl+X then Y to save.
sudo systemctl daemon-reload
sudo reboot
Then try playing around with it. This change should slightly reduce the latency, but also the stability may be impacted, so you may get more XRUNs, crackling, etc… Please report on how this change went for you, whether you had any difficulties with your normal use.