Update audio detectors with default label list

This commit is contained in:
Nicolas Mowen 2023-09-17 12:46:52 -06:00 committed by GitHub
parent 70b2fa3e83
commit f5351f2bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,13 +50,14 @@ cameras:
### Configuring Audio Events ### 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 ```yaml
audio: audio:
enabled: True enabled: True
listen: listen:
- bark - bark
- fire_alarm
- scream - scream
- speech - speech
- yell - yell