DeepHorizons / tts

A simple python TTS wrapper
51 stars 19 forks source link

voice.rate doesn't work #3

Closed jason79 closed 7 years ago

jason79 commented 7 years ago

voice.rate(3)

Traceback (most recent call last): File "C:\Users\jason\Google Drive\python\test3.py ", line 9, in voice.rate(3) AttributeError: 'Sapi' object has no attribute 'rate'

DeepHorizons commented 7 years ago

The readme was wrong. It used to be rate, but changed to set_rate at some point. I updated the readme to reflect that.