janAaron
Oct 17, 2014 - 15:30
Hi everyone!
does anyone know how to slow down the speed on the built in text to speech module within pythonista? I looked, and it said it was something like this:
import speech
speech.say("hi there"[0.0])
the [0.0] being the speed in which it goes. when I entered this however, it gave me this error message: string indices must be integers
Can anyone tell me what I should do?
Thanks