Improve audio detection debugging (#19753)

* create audio activity manager

move publishing logic out of audio detector

* dispatcher changes

* correctly publish full array of audio detections in onConnect

* frontend websocket hooks

* line graph

* debug tab and i18n

* docs

* clean up

* fix i18n key
This commit is contained in:
Josh Hawkins
2025-08-25 13:40:21 -05:00
committed by GitHub
parent 1636fee36a
commit c260642604
11 changed files with 437 additions and 92 deletions
@@ -411,6 +411,13 @@
"debugging": "Debugging",
"objectList": "Object List",
"noObjects": "No objects",
"audio": {
"title": "Audio",
"noAudioDetections": "No audio detections",
"score": "score",
"currentRMS": "Current RMS",
"currentdbFS": "Current dbFS"
},
"boundingBoxes": {
"title": "Bounding boxes",
"desc": "Show bounding boxes around tracked objects",