I can assure you that lowlatency=0 is the correct setting for a Pi 3 and a Pi 4. I have both and developed the fix packages and tested on both of them. I need to build a Pi 5 test host if it’s going to behave differently. It’s shouldn’t but possibly is…
I experienced exactly the same behavior as w7mgm. Wasn’t getting stutter problem until I performed the upgrade last night on my Pi 5. Then got stuttered audio. Seems the upgrade didn’t give me the right Asterisk version for the “fix”. Here’s what I got:
│ OS Kernel : 6.6.74+rpt-rpi-2712
│ Asterisk : 20.11.0+asl3-3.2.0-2.deb12
I changed to: options snd_usb_audio_lowlatency=1
This seems to have fixed my system for now at least. Thanks!
~# apt update
Hit:1 Index of /debian bookworm InRelease
Get:2 Index of /debian bookworm-updates InRelease [55.4 kB]
Hit:3 Index of /public/ bookworm InRelease
Hit:4 Index of /debian-security bookworm-security InRelease
Fetched 55.4 kB in 0s (115 kB/s)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
All packages are up to date.
ii linux-image-6.1.0-22-amd64 6.1.94-1 amd64 Linux 6.1 for 64-bit PCs (signed)
ii linux-image-6.1.0-23-amd64 6.1.99-1 amd64 Linux 6.1 for 64-bit PCs (signed)
ii linux-image-6.1.0-26-amd64 6.1.112-1 amd64 Linux 6.1 for 64-bit PCs (signed)
ii linux-image-6.1.0-27-amd64 6.1.115-1 amd64 Linux 6.1 for 64-bit PCs (signed)
ii linux-image-6.1.0-28-amd64 6.1.119-1 amd64 Linux 6.1 for 64-bit PCs (signed)
rc linux-image-6.1.0-29-amd64 6.1.123-1 amd64 Linux 6.1 for 64-bit PCs (signed)
rc linux-image-6.1.0-30-amd64 6.1.124-1 amd64 Linux 6.1 for 64-bit PCs (signed)
rc linux-image-amd64 6.1.124-1 amd64 Linux for 64-bit PCs (meta-package)
So I’m an Debian X86_64 person that successfully applied the hotfix. I finally got around to applying the suggested upgrade and had the following results:
w6nij@Node622144:~$ sudo apt update && apt upgrade -y
Hit:1 Index of /debian bookworm InRelease
Hit:2 Index of /debian-security bookworm-security InRelease
Hit:3 Index of /debian bookworm-updates InRelease
Hit:4 Index of /public/ bookworm InRelease
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
12 packages can be upgraded. Run ‘apt list --upgradable’ to see them.
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
w6nij@Node622144:~$