Add fire alarm to default audio labels (#7854)

* Add fire alarm to default audio list

* Update docs for default audio label list

* Update audio detectors with default label list
This commit is contained in:
Nicolas Mowen
2023-09-21 04:23:26 -06:00
committed by GitHub
parent 3797340efa
commit 5d30944d6e
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -151,6 +151,7 @@ audio:
# Optional: Types of audio to listen for (default: shown below)
listen:
- bark
- fire_alarm
- scream
- speech
- yell