Add stable audio profile: period=512 (10.6ms) for Pi 4B stability
This commit is contained in:
@@ -90,6 +90,12 @@ LATENCY_PROFILES: dict[str, dict] = {
|
||||
"rate": 48000,
|
||||
"rt_priority": 80,
|
||||
},
|
||||
"stable": {
|
||||
"period": 512,
|
||||
"nperiods": 2,
|
||||
"rate": 48000,
|
||||
"rt_priority": 60,
|
||||
},
|
||||
}
|
||||
|
||||
# ── System paths ──────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user