You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you very much for make this package!!
I was receiving 400: bad request, but not find anything wrong with my code.
The voice used was 'en-US-Journey-F'.
Using other voices then a Journey type works perfectly.
Copying the body from audio_handler and using with Curl give me the next error:
{
"error": {
"code": 400,
"message": "This voice currently does not support SSML input. Please try again with text only input.",
"status": "INVALID_ARGUMENT"
}
}
Look's like cloud_text_to_speech_flutter need to use text when using a Journey voice.
Best regards.