user2458048
user2458048

Reputation: 114

how to slowdown the pyspeech voice and make it more clear

When i use the speech.say() for pyspeech in python it goes a little fast and is hard to understand. Is there a way to slowdown the speech,make it more clear and change it from female to male? I am using python 2.7.

Upvotes: 0

Views: 291

Answers (1)

kindall
kindall

Reputation: 184081

Try PyTTS instead, it gives you much more control over text-to-speech.

Upvotes: 1

Related Questions