From f5351f2bb58b10274c146ea0e28db4a6d96ef5a2 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 17 Sep 2023 12:46:52 -0600 Subject: [PATCH] Update audio detectors with default label list --- docs/docs/configuration/audio_detectors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/audio_detectors.md b/docs/docs/configuration/audio_detectors.md index 3e5fafdf8..37b436151 100644 --- a/docs/docs/configuration/audio_detectors.md +++ b/docs/docs/configuration/audio_detectors.md @@ -50,13 +50,14 @@ cameras: ### Configuring Audio Events -The included audio model has over [500 different types](https://github.com/blakeblackshear/frigate/blob/dev/audio-labelmap.txt) of audio that can be detected, many of which are not practical. By default `bark`, `speech`, `yell`, and `scream` are enabled but these can be customized. +The included audio model has over [500 different types](https://github.com/blakeblackshear/frigate/blob/dev/audio-labelmap.txt) of audio that can be detected, many of which are not practical. By default `bark`, `fire_alarm`, `scream`, `speech`, and `yell` are enabled but these can be customized. ```yaml audio: enabled: True listen: - bark + - fire_alarm - scream - speech - yell