zlargon / google-tts

Google TTS (Text-To-Speech) for node.js
https://www.npmjs.com/package/google-tts-api
MIT License
276 stars 56 forks source link

different speed options? #49

Open shilik opened 3 years ago

shilik commented 3 years ago

Hi, @zlargon

I noticed that there is an option regarding tts speed in the getAudioUrl file. ttsspeed: slow ? 0.24 : 1,

I wonder if there is any way for us to assign different speeds. i.e. slow(0.25), medium(0.5), upper medium(0.75) and normal(1)

Thanks.