We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the_text = "<speak xmlns="http://www.w3.org/2001/10/synthesis" version="1.0"> <p> <s> <voice name="David" gender="male" age="25"> start breaking <break time="2s"></break> <say-as interpret-as="characters">end</say-as> </voice> </s> </p> </speak>" engine = pyttsx3.init("sapi5") engine.say(the_text) engine.runAndWait()
The text was updated successfully, but these errors were encountered:
Any plans to support SSML?
Sorry, something went wrong.
Initial work. Looks all working
911b5f9
nateshmbhat#347 nateshmbhat#336 I think this is passing all the tests. Its far simpler than nsss and we can do thngs like ssml nateshmbhat#121 nateshmbhat#287
1aa6019
I think this is passing all the tests. Its far simpler than nsss and we can do thngs like ssml nateshmbhat#121 nateshmbhat#287
No branches or pull requests
The text was updated successfully, but these errors were encountered: