mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-21 03:09:02 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user