hungtruong / Google-Translate-TTS

A python script for using Google's undocumented TTS api to save text to an MP3 file.
MIT License
141 stars 51 forks source link

A more robust Google-Translate-TTS #2

Closed tburette closed 10 years ago

tburette commented 10 years ago

This is a pull to make the script more robust. I applied my own changes on top of the fork created by julzhk.

Changes include refactoring by extracting functionalities into their own methods. Reducing number of calls to the google API. In some (extreme) circumstances some parts could be over the 100chars limit and not be synthesized at all.

hungtruong commented 10 years ago

Sorry it took so long for me to get to this! It looks really good, thanks for contributing!