Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
742 views
Welcome To Ask or Share your Answers For Others

1 Answer

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

  1. Download and Install espeak for Windows from here
  2. Add the eSpeak/command-line folder to PATH so that the command espeak is available
  3. Call espeak commands using python module subprocess similar to how it is done in the example below

http://machakux.appspot.com/blog/44003/making_speech_with_python


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...