Closed jason79 closed 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'
The readme was wrong. It used to be rate, but changed to set_rate at some point. I updated the readme to reflect that.
rate
set_rate
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'