mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-21 15:48:22 +03:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"label": "Audio events",
|
|
"description": "Settings for audio-based event detection; can be overridden per-camera.",
|
|
"enabled": {
|
|
"label": "Enable audio",
|
|
"description": "Enable or disable audio event detection; can be overridden per-camera."
|
|
},
|
|
"max_not_heard": {
|
|
"label": "End timeout",
|
|
"description": "Amount of seconds without the configured audio type before the audio event is ended."
|
|
},
|
|
"min_volume": {
|
|
"label": "Minimum volume",
|
|
"description": "Minimum RMS volume threshold required to run audio detection; lower values increase sensitivity (e.g., 200 high, 500 medium, 1000 low)."
|
|
},
|
|
"listen": {
|
|
"label": "Listen types",
|
|
"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": "Original audio state",
|
|
"description": "Indicates whether audio detection was originally enabled in the static config file."
|
|
},
|
|
"num_threads": {
|
|
"label": "Detection threads",
|
|
"description": "Number of threads to use for audio detection processing."
|
|
}
|
|
}
|