From 99d48ecbc3195a8a1924f9ba67d9a4205d395876 Mon Sep 17 00:00:00 2001 From: Sai Bharat Kumar <48505814+saibharath48@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:52:05 +0530 Subject: [PATCH] docs: fix alt text and capitalization in documentation (#21551) - Fix incorrect alt text in README.md for mask and zone editor screenshot - Capitalize 'Frigate' in audio_detectors.md for consistency --- README.md | 2 +- docs/docs/configuration/audio_detectors.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c25585a1d..1fb158b19 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Please see our [Trademark Policy](TRADEMARK.md) for details on acceptable use of ### Built-in mask and zone editor
-Multi-camera scrubbing +Built-in mask and zone editor
## Translations diff --git a/docs/docs/configuration/audio_detectors.md b/docs/docs/configuration/audio_detectors.md index f2ff99b6b..957667914 100644 --- a/docs/docs/configuration/audio_detectors.md +++ b/docs/docs/configuration/audio_detectors.md @@ -50,7 +50,7 @@ cameras: ### Configuring Minimum Volume -The audio detector uses volume levels in the same way that motion in a camera feed is used for object detection. This means that frigate will not run audio detection unless the audio volume is above the configured level in order to reduce resource usage. Audio levels can vary widely between camera models so it is important to run tests to see what volume levels are. The Debug view in the Frigate UI has an Audio tab for cameras that have the `audio` role assigned where a graph and the current levels are is displayed. The `min_volume` parameter should be set to the minimum the `RMS` level required to run audio detection. +The audio detector uses volume levels in the same way that motion in a camera feed is used for object detection. This means that Frigate will not run audio detection unless the audio volume is above the configured level in order to reduce resource usage. Audio levels can vary widely between camera models so it is important to run tests to see what volume levels are. The Debug view in the Frigate UI has an Audio tab for cameras that have the `audio` role assigned where a graph and the current levels are is displayed. The `min_volume` parameter should be set to the minimum the `RMS` level required to run audio detection. :::tip