Correct audio metering and realtime displays

This commit is contained in:
Mikei386
2026-07-22 10:50:15 +02:00
parent 97352ecfce
commit 2e868bfa3a
26 changed files with 999 additions and 903 deletions
+5
View File
@@ -1700,6 +1700,11 @@ const audioState = {
xyL: null,
xyR: null,
xySeq: 0,
phaseAngleRad: null,
phaseCoherence: 0,
phaseLevel: 0,
phasePeak: 0,
phaseSeq: 0,
rtaData: null,
rmsDb: { L: -120, R: -120, mono: -120 },
updateRtaConfig: null,