-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support SSML for text-to-speech #66
Comments
Add googleLanguageR/R/text-to-speech.R Lines 89 to 106 in 2b4dc88
|
This is working for me now - I added an argument "inputType" which accepts "text" or "ssml" gl_talk('<speak>The <say-as interpret-as=\"characters\">SSML</say-as>
standard <break time=\"1s\"/>is defined by the
<sub alias=\"World Wide Web Consortium\">W3C</sub>.</speak>',
inputType = "ssml") Please install via |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add endpoint:
https://cloud.google.com/text-to-speech/docs/ssml
The text was updated successfully, but these errors were encountered: