Unfortunately, the spoken text is too quiet to really understand anything. Is there a way to increase the volume of the voice output? Possibly as a percentage?
Yes, you can do this with the custom integration Chime TTS and set the audio_conversion parameter to -af "volume=1.5" which will boost the volume to 150% (or any other value).
Many thanks for the tip. I have installed the integration with HACS and added it to Devices & Services. Where can I set the audio_conversion parameter?
Once you install Chime TTS you should now have a new service available: chime_tts.say - you can learn more about it by reviewing the documentation.
Here’s a basic example:
service: chime_tts.say
target:
entity_id: media_player.kitchen_speaker
data:
chime_path: bells
message: This message will play at 200% of the original volume
tts_platform: tts.piper
audio_conversion: "-filter:a volume=2.0"
Now I understand! Unfortunately, the music on my Sonos stops before the announcement and doesn’t play again. I’ll probably have to look into the documentation…