Skip to content

400: Bad Request when try to use a Journey voice on google tts. Journey voice don't support SSML #6

Description

@ryosoul

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions