Hey guys/girls, I have a small issue with low volume via TTS in Android Auto. I have tried all available volume settings in the car and phone. This worked well on my Pixel 6 but when I upgraded to the Pixel 8 pro the issue started. I have tried turning up the volume while the tts is coming through but it only raises the music volume. Phone volume is all the way up and guidance volume on the car is also right up but still I can only just hear the tts. Cheers
tts_text: Garage door is closing!
ttl: 0
priority: high
Hopefully you’ll find a fix with the actual volume of your car’s audio system, but otherwise you might be able to use the Chime TTS custom integration, which supports FFmpeg conversion jobs. You could use it to boost the volume of the TTS audio, eg:
service: chime_tts.say
target:
entity_id: media_player.car_media_player
data:
tts_platform: google_translate
audio_conversion: "-filter:a volume=2.0"
message: "This TTS audio is now 200% louder"
I have tried that and I believe that was the way I used to do it, Now it just raises the music volume. I might try it without music playing and see if that helps. Ill report back, Cheers