-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Labels
Description
Prerequisites
- Did you make sure a similar issue didn't exist?
- Did you update gTTS to the latest? (
pip install --upgrade gTTS
)
Proposed Behaviour
I suggest adding a feature that allows users to modify the speed of the tts output.
tts = gTTS(text='Hello World!', lang='en', speed=2.1)
tts.save(name)
Context
There is currently no way to make the speed particularly fast. Can you please add that?
morozanton