I want to use espeak(http://espeak.sourceforge.net) with python2.7.0-32 bit in windows7.
Additionally, I also want to save the audio files generated by espeak.
I want to use espeak(http://espeak.sourceforge.net) with python2.7.0-32 bit in windows7.
Additionally, I also want to save the audio files generated by espeak.
How about something like this.
Im using this at the moment which is working well...on my Raspberry Pi
I tried to install this package in Windows 8 but couldn't really get it in the first few attempts.
But this is what i did to get espeak to work with python
eSpeak/command-line
folder toPATH
so that the commandespeak
is availableespeak
commands using python modulesubprocess
similar to how it is done in the example belowhttp://machakux.appspot.com/blog/44003/making_speech_with_python
What are you asking exactly?
Here there is documentation:
eSpeak Documentation
And samples:
eSpeak samples
If you have a specific doubt we can help you.