In an attempt at first good impression that went wrong this was the outcome.
I got to know about SSN's Speech Lab yesterday and built a Chrome extension that builds on top of it as a TTS Engine. These guys have a wonderful system built - You should check out 'em out.
Right click on any Tamil text, right click and listen to it in a Male / Female voice.
You can install the plugin from https://chrome.google.com/webstore/detail/lhalpilfkeekaipkffoocpdfponpojob
The code is available on https://github.com/ashwanthkumar/chrome-tts-tamizh
Details for other extensions using the TTS
- Language - ta-IN
- Gender - male and female
- Voice names - Male is Krishna and Female is Radhae
I got to know about SSN's Speech Lab yesterday and built a Chrome extension that builds on top of it as a TTS Engine. These guys have a wonderful system built - You should check out 'em out.
Right click on any Tamil text, right click and listen to it in a Male / Female voice.
You can install the plugin from https://chrome.google.com/webstore/detail/lhalpilfkeekaipkffoocpdfponpojob
The code is available on https://github.com/ashwanthkumar/chrome-tts-tamizh
Details for other extensions using the TTS
- Language - ta-IN
- Gender - male and female
- Voice names - Male is Krishna and Female is Radhae
3 comments:
Great bro (y)
It takes more than one minute to speak
The reason it takes more time is because of Speech Synthesis. More the text you see more delay it cause. The speech syn. generates a WAV file, I encode the file to MP3 before streaming it back to the browser - so there's the encoding time as well.
Post a Comment