frigate/web/public/locales/en/config/audio.json
2026-02-27 09:37:57 -06:00

37 lines
1.5 KiB
JSON

{
"label": "Global Audio events configuration",
"description": "Global settings for audio-based event detection; camera-level settings can override these.",
"groups": {
"detection": "Detection",
"sensitivity": "Sensitivity"
},
"enabled": {
"label": "Enable audio events",
"description": "Enable or disable audio event detection globally. Can be overridden per camera."
},
"max_not_heard": {
"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."
},
"min_volume": {
"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)."
},
"listen": {
"label": "Audio to listen for",
"description": "List of audio event types to detect (for example: bark, fire_alarm, scream, speech, yell)."
},
"filters": {
"label": "Audio filters",
"description": "Per-audio-type filter settings such as confidence thresholds used to reduce false positives."
},
"enabled_in_config": {
"label": "Keep track of original state of audio detection",
"description": "Indicates whether audio detection was originally enabled in the static config file."
},
"num_threads": {
"label": "Number of detection threads",
"description": "Number of threads to use for audio detection processing."
}
}