Joseph Alway

Results 18 comments of Joseph Alway

This is something I would like to do as well, but I've not put significant effort into making it work. Near as I can tell, it's a feature that's not...

Theoretically, it should. Though, when I was looking into killing threads, I kept seeing how it wasn't a good thing to do. So, I've not gotten back to it, yet.

Looking at it more, there is a "connect" function, so perhaps this kind of functionality is implemented, but not with the basic say command.

You can look at the engine.py file yourself for some detailed notes. [https://github.com/nateshmbhat/pyttsx3/blob/master/pyttsx3/engine.py](https://github.com/nateshmbhat/pyttsx3/blob/master/pyttsx3/engine.py)

Have you looked at the examples here? [https://pyttsx3.readthedocs.io/en/latest/engine.html#examples](https://pyttsx3.readthedocs.io/en/latest/engine.html#examples)

Cool, hopefully you get it to do what you want. I would like to see what example you went with or how you implemented it, if you're willing to share.

Looking at the code examples more, it should be a simple matter of using engine.connect and linking it to a function that stops the engine, if it meets a certain...

As far as I know, that's not how you would use it and they are currently undefined in the SAPI5 and espeak engine files under setProperty, while the getProperty is...

You need to download/install an SAPI5 compatible language. I would suggest looking here: [https://support.microsoft.com/en-us/help/14236/language-packs#lptabs=win10](https://support.microsoft.com/en-us/help/14236/language-packs#lptabs=win10) For it to be the default, you'd have to set that as the default in Windows....

I've noted that issue with the enGB language pack. It comes with 2 voices, but only one shows up in `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens` I assumed, it meant that one was an SAPI4...