mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Update audio detectors with default label list
This commit is contained in:
parent
70b2fa3e83
commit
f5351f2bb5
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user