Google Text To Speech
Convert text to speech
Description
Calls Google Text-to-Speech service.
The complete description of the parameters can be found here
Available voices: https://cloud.google.com/text-to-speech/docs/voices
Inputs
- Control Flow (Control Flow)
- text (String): The text to transform into sound
- voice name (Google TTS Voices): The exact voice name (optional) Complete list
Outputs
- Control Flow (Control Flow)
- audioContent (String): The audio file as a data URL
- Error Flow (Error Flow)