From 98bcb00a08995acd41cc0a9380288db422de00a4 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Mon, 15 Jan 2024 05:34:22 +0100 Subject: [PATCH] Assist troubleshooting: explain file name placeholder - addresses feedback from #30839 --- source/voice_control/troubleshooting.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/voice_control/troubleshooting.markdown b/source/voice_control/troubleshooting.markdown index a926fc455d9..8608244be35 100644 --- a/source/voice_control/troubleshooting.markdown +++ b/source/voice_control/troubleshooting.markdown @@ -111,7 +111,9 @@ You think there is an issue with background background noise or speaker volume? - For each voice command you gave, you will find a subfolder with the audio file in `.wav` format. 6. Listen to the audio file of interest. 7. Adjust noise suppression and volume, if needed: - - Access the `config` folder and open the `esphome/your-device-name-wake-word.yaml` file. + - Access the `config` folder and open the `esphome/your-device-name.yaml` file. + - `your-device-name` is a placeholder for the product name. + - If you have an ATOM Echo, it will say ATOM Echo there, if you have an S3-BOX, you will see S3-BOX in the YAML file name. - Find the `voice_assistant` section. - If the audio is too noisy, increase the `noise_suppression_level` (max. 4). - If the audio is too quiet, increase either the `auto_gain` (max. 31) or the `volume_multiplier` (no maximum, but a too high value will cause distortion eventually).