Tamil TTS Engine

Chrome Tamil TTS Engine powered by SSN Speech Lab

What is Tamil TTS Engine?

Tamil TTS Engine is a Chrome extension developed by Ashwanth Kumar, and its main feature is "Chrome Tamil TTS Engine powered by SSN Speech Lab".

Extension Screenshots

screenshot

Download Tamil TTS Engine Extension CRX File

Download Tamil TTS Engine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tamil TTS Engine - powered by http://www.ssn.edu.in/Speech_Lab/Speech_home.html.

More Info - http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html

CHANGELOG
- Moved away from WebAPI to HTML5 Audo
- Now we stream encoded MP3 instead of WAV - lesser file sizes and faster synthesis.                    

Extension Basic Information

Name Tamil TTS Engine Tamil TTS Engine
ID lhalpilfkeekaipkffoocpdfponpojob
Official URL https://chrome.google.com/webstore/detail/tamil-tts-engine/lhalpilfkeekaipkffoocpdfponpojob
Description Chrome Tamil TTS Engine powered by SSN Speech Lab
File Size 42 KB
Installation Count 363
Current Version 1.1
Last Updated 2015-10-18
Publish Date 2015-10-18
Rating 3.80/5 Total 5 Ratings
Developer Ashwanth Kumar
Email [email protected]
Payment Type free
Extension Website http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
Help Page URL http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
Supported Languages ta
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tamil TTS Engine",
    "description": "Chrome Tamil TTS Engine powered by SSN Speech Lab",
    "version": "1.1",
    "permissions": [
        "ttsEngine",
        "contextMenus",
        "tabs",
        "tts",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "tts_engine": {
        "voices": [
            {
                "voice_name": "Radhae",
                "lang": "ta-IN",
                "gender": "female",
                "event_types": [
                    "start",
                    "end"
                ]
            },
            {
                "voice_name": "Krishna",
                "lang": "ta-IN",
                "gender": "male",
                "event_types": [
                    "start",
                    "end"
                ]
            }
        ]
    },
    "background": {
        "scripts": [
            "engine.js",
            "jquery-1.11.0.min.js"
        ]
    },
    "icons": {
        "128": "images\/speaker_128.png",
        "64": "images\/speaker_64.png"
    }
}