Open raineth opened 2 hours ago
Hey there @lufton, @tronikos, mind taking a look at this issue as it has been labeled with an integration (google_cloud
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
google_cloud documentation google_cloud source (message by IssueLinks)
The problem
While experimenting with some of the newer voice types available via Google Cloud TTS, I noticed that the 'Journey' family of voices is not usable from HomeAssistant.
Neither the 'Studio' nor 'Journey' voices currently support the
pitch
parameter, but the 'Journey' voices will throw an error if thespeaking_rate
orpitch
fields exist in the API request at all (even with neutral values of 1.0/0.0, respectively):Perhaps the easiest solution would be to avoid specifying the speaking_rate/pitch fields when generating the AudioConfig unless they differ from the default?
What version of Home Assistant Core has the issue?
core-2024.11.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
google_cloud
Link to integration documentation on our website
https://www.home-assistant.io/integrations/google_cloud/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response