-
runAndWait infinitely loop. I think that's because of isBusy function which always returns "True".
-
### Summary
if tiktok tts fails fail over to another tts method
### Is your feature request related to a problem?
#1847
### Describe the solution you'd like
Can we make it so that if the tiktok t…
-
Hi there,
I recently installed pyttsx via pip and am getting strange behavior.
This is the command I used to globally install pyttsx using pip:
`sudo pip install pyttsx`
Output:
```
The directory '…
-
` else:
import pyttsx
kernel = aiml.Kernel()
if os.path.isfile("bot_brain.brn"):
kernel.bootstrap(brainFile="bot_brain.brn")
else:
kernel.bootstrap(lea…
-
- Consider (espeak)[http://espeak.sourceforge.net/] via (pyttsx)[http://pyttsx.readthedocs.io/en/latest/install.html] and (MaryTTS)[http://mary.dfki.de/] to play back the complete text of a relevant w…
-
I have written two python scripts for HexChat. The first was a winamp controller that sent commands to a winamp.py script to control winamp based on user text commands read from IRC.
The python scr…
-
Hi All !
I grab this code from the examples:
``` python
import pyttsx
engine = pyttsx.init()
engine.say('How are you today?')
engine.runAndWait()
```
but is failing with a:
``` bash
Traceback (most…
-
Hi Everybody, I have installed pyttsx but I can't get it to work. For some reason I need the module "Fondation" which I do not have. I'm using OS 10.10, and when I try to execute script using pyttsx f…
-
So, I'm using the "Speaking Text" example from:
http://pyttsx.readthedocs.io/en/latest/engine.html#the-engine-factory
"import pyttsx
engine = pyttsx.init()
engine.say('Sally sells seashells by t…
-
`speech_engine = pyttsx.init()` in Mac OS X renders the following error:
`AttributeError Traceback (most recent call last)
in ()
----> 1 speech_engine = pyttsx.init()
/L…