2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Global Audio events configuration",
|
|
|
|
|
"description": "Global settings for audio-based event detection; camera-level settings can override these.",
|
2026-01-26 02:29:52 +03:00
|
|
|
"groups": {
|
|
|
|
|
"detection": "Detection",
|
|
|
|
|
"sensitivity": "Sensitivity"
|
|
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"enabled": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable audio events",
|
|
|
|
|
"description": "Enable or disable audio event detection globally. Can be overridden per camera."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"max_not_heard": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Seconds of not hearing the type of audio to end the event",
|
|
|
|
|
"description": "Amount of seconds without the configured audio type before the audio event is ended."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"min_volume": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Min volume required to run audio detection",
|
|
|
|
|
"description": "Minimum RMS volume threshold required to run audio detection; lower values increase sensitivity (e.g., 200 high, 500 medium, 1000 low)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"listen": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Audio to listen for",
|
|
|
|
|
"description": "List of audio event types to detect (for example: bark, fire_alarm, scream, speech, yell)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"filters": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Audio filters",
|
|
|
|
|
"description": "Per-audio-type filter settings such as confidence thresholds used to reduce false positives."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"enabled_in_config": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Keep track of original state of audio detection",
|
|
|
|
|
"description": "Indicates whether audio detection was originally enabled in the static config file."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"num_threads": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Number of detection threads",
|
|
|
|
|
"description": "Number of threads to use for audio detection processing."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|