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

SSML ignored #121

Open
komaljeet opened this issue Jun 11, 2020 · 1 comment
Open

SSML ignored #121

komaljeet opened this issue Jun 11, 2020 · 1 comment

Comments

@komaljeet
Copy link

komaljeet commented Jun 11, 2020

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()
@pirumpi
Copy link

pirumpi commented Feb 3, 2022

Any plans to support SSML?

willwade added a commit to willwade/pyttsx3 that referenced this issue Oct 26, 2024
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
willwade added a commit to willwade/pyttsx3 that referenced this issue Nov 4, 2024
I think this is passing all the tests. Its far simpler than nsss and we can do thngs like ssml nateshmbhat#121 nateshmbhat#287
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants