-
tested with python 3.4 and python 3.5. There is an issue with pyttsx compatibility with python3. I have contacted the owner of the project to try and see if we can get those issues resolved.
-
I just recently installed this program on my Ubuntu machine, and these error appears.
![screenshot from 2017-08-12 09-45-43](https://user-images.githubusercontent.com/30943154/29236780-3b1ae168-7f43…
-
Following is my code:
Trying to run it, its giving output but wrong one. It's not recognizing correct audio. but it works fine for google speech api .
import speech_recognition as sr
import pyt…
-
Virtualenv Create: Traceback (most recent call last):
File "C:\Users\User\.platformio\.cache-ide\tmp-5680XhlLuSJcyzGv\virtualenv-14.0.6\virtualenv.py", line 2304, in
main()
File "C:\Users\…
-
Given that several of our specifications talk about Text To Speech, please provide a series of candidate solutions with the following requirements :
- Compatible with Python (if possible > 3) or web…
-
I build a windows installation according to the instructions and got a crooked interface compared to the original? What could be the problem? Screenshots below
My result:
![image](https://user-ima…
ghost updated
6 years ago
-
Implement a cross-platform text to speech solution to augment the alarm system.
As it stands this exists but only for Mac users.
-
When my application gets to this line 'r.recognize_google(audio).encode('utf-8')' it opens a command window for a couple of seconds and closes itself. That line of code does exactly what I need except…
-
Hi @parente,
I am using Ubuntu 16.01 LTS, I am facing problem with the speech, here is my sample code
```
import pyttsx
engine = pyttsx.init('espeak')
engine.say('Hello, I am C 4 3 2 1, What can I …
-
Situation:
> > > import pyttsx
> > > pyttsx.init()
> > > Segmentation fault
Cause:
In pyttsx/drivers/espeak.py, in **init**(), self.getProperty('voice') results in a call to GetCurrentVoice() in _e…