mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-15 00:11:15 +03:00
change audio events to audio detection to match docs
This commit is contained in:
parent
9c44a2f662
commit
28d1c4f85a
@ -76,7 +76,7 @@ class CameraConfig(FrigateBaseModel):
|
|||||||
# Options with global fallback
|
# Options with global fallback
|
||||||
audio: AudioConfig = Field(
|
audio: AudioConfig = Field(
|
||||||
default_factory=AudioConfig,
|
default_factory=AudioConfig,
|
||||||
title="Audio events",
|
title="Audio detection",
|
||||||
description="Settings for audio-based event detection for this camera.",
|
description="Settings for audio-based event detection for this camera.",
|
||||||
)
|
)
|
||||||
audio_transcription: CameraAudioTranscriptionConfig = Field(
|
audio_transcription: CameraAudioTranscriptionConfig = Field(
|
||||||
|
|||||||
@ -477,7 +477,7 @@ class FrigateConfig(FrigateBaseModel):
|
|||||||
cameras: Dict[str, CameraConfig] = Field(title="Cameras", description="Cameras")
|
cameras: Dict[str, CameraConfig] = Field(title="Cameras", description="Cameras")
|
||||||
audio: AudioConfig = Field(
|
audio: AudioConfig = Field(
|
||||||
default_factory=AudioConfig,
|
default_factory=AudioConfig,
|
||||||
title="Audio events",
|
title="Audio detection",
|
||||||
description="Settings for audio-based event detection for all cameras; can be overridden per-camera.",
|
description="Settings for audio-based event detection for all cameras; can be overridden per-camera.",
|
||||||
)
|
)
|
||||||
birdseye: BirdseyeConfig = Field(
|
birdseye: BirdseyeConfig = Field(
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
"description": "Enabled"
|
"description": "Enabled"
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
"label": "Audio events",
|
"label": "Audio detection",
|
||||||
"description": "Settings for audio-based event detection for this camera.",
|
"description": "Settings for audio-based event detection for this camera.",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable audio detection",
|
"label": "Enable audio detection",
|
||||||
|
|||||||
@ -539,7 +539,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
"label": "Audio events",
|
"label": "Audio detection",
|
||||||
"description": "Settings for audio-based event detection for all cameras; can be overridden per-camera.",
|
"description": "Settings for audio-based event detection for all cameras; can be overridden per-camera.",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable audio detection",
|
"label": "Enable audio detection",
|
||||||
|
|||||||
@ -49,7 +49,7 @@
|
|||||||
"globalMotion": "Motion detection",
|
"globalMotion": "Motion detection",
|
||||||
"globalObjects": "Objects",
|
"globalObjects": "Objects",
|
||||||
"globalReview": "Review",
|
"globalReview": "Review",
|
||||||
"globalAudioEvents": "Audio events",
|
"globalAudioEvents": "Audio detection",
|
||||||
"globalLivePlayback": "Live playback",
|
"globalLivePlayback": "Live playback",
|
||||||
"globalTimestampStyle": "Timestamp style",
|
"globalTimestampStyle": "Timestamp style",
|
||||||
"systemDatabase": "Database",
|
"systemDatabase": "Database",
|
||||||
@ -80,7 +80,7 @@
|
|||||||
"cameraMotion": "Motion detection",
|
"cameraMotion": "Motion detection",
|
||||||
"cameraObjects": "Objects",
|
"cameraObjects": "Objects",
|
||||||
"cameraConfigReview": "Review",
|
"cameraConfigReview": "Review",
|
||||||
"cameraAudioEvents": "Audio events",
|
"cameraAudioEvents": "Audio detection",
|
||||||
"cameraAudioTranscription": "Audio transcription",
|
"cameraAudioTranscription": "Audio transcription",
|
||||||
"cameraNotifications": "Notifications",
|
"cameraNotifications": "Notifications",
|
||||||
"cameraLivePlayback": "Live playback",
|
"cameraLivePlayback": "Live playback",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user