Document Wyoming satellite audio settings (#30211)

This commit is contained in:
Michael Hansen 2023-12-27 05:00:24 -06:00 committed by GitHub
parent cb4af1e924
commit 9a579739ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,3 +28,17 @@ The **Wyoming** {% term integration %} connects external voice services to Home
## Satellites
[Remote voice satellites](https://github.com/rhasspy/wyoming-satellite) can be connected to Home Assistant using the Wyoming protocol. These satellites typically run on Raspberry Pi's, and are automatically discovered by Home Assistant through [Zeroconf](/integrations/zeroconf).
### Audio Settings
The following settings control audio processing of a satellite's microphone input:
- Noise suppression
- Level of noise suppression (uses [webrtc]). Audio distortion may occur as the level increases.
- Auto gain
- Automatically adjusts volume based on ambient noise (uses [webrtc]). The setting value is the target dBFS.
- Mic volume
- Fixed multiplier applied to microphone audio samples. 2.0 doubles the volume, while 0.5 is halves it. Values above 1.0 may increase noise or cause audio distortion.
[webrtc]: https://github.com/rhasspy/webrtc-noise-gain