Add stable audio profile: period=512 (10.6ms) for Pi 4B stability

This commit is contained in:
2026-06-13 22:24:06 -04:00
parent 11c62868cf
commit fa787debd1
+6
View File
@@ -90,6 +90,12 @@ LATENCY_PROFILES: dict[str, dict] = {
"rate": 48000, "rate": 48000,
"rt_priority": 80, "rt_priority": 80,
}, },
"stable": {
"period": 512,
"nperiods": 2,
"rate": 48000,
"rt_priority": 60,
},
} }
# ── System paths ────────────────────────────────────────────────── # ── System paths ──────────────────────────────────────────────────