Skip to content
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 #39

Closed
compulim opened this issue Aug 2, 2019 · 0 comments · Fixed by #57
Closed

Support SSML #39

compulim opened this issue Aug 2, 2019 · 0 comments · Fixed by #57
Labels
enhancement New feature or request text-to-speech Related to speech synthesis

Comments

@compulim
Copy link
Owner

compulim commented Aug 2, 2019

Today, we wrap the text as a SSML.

Tomorrow, we should detect if the text looks like SSML. If yes, we should not wrap it and pass it to Cognitive Services as-is.

The user should not specify pitch/rate/volume/voice while they are passing SSML to SpeechSynthesisUtterance. Otherwise, they will be ignored.

@compulim compulim added enhancement New feature or request text-to-speech Related to speech synthesis labels Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request text-to-speech Related to speech synthesis
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant