Tamil TTS Engine

Chrome Tamil TTS Engine powered by SSN Speech Lab

什么是Tamil TTS Engine?

Tamil TTS Engine是由Ashwanth Kumar开发的Chrome扩展程序,该扩展的主要功能是“Chrome Tamil TTS Engine powered by SSN Speech Lab”。

扩展截图

screenshot

下载Tamil TTS Engine扩展crx文件

下载Tamil TTS Engine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tamil TTS Engine Tamil TTS Engine
ID lhalpilfkeekaipkffoocpdfponpojob
官方URL https://chrome.google.com/webstore/detail/tamil-tts-engine/lhalpilfkeekaipkffoocpdfponpojob
简介 Chrome Tamil TTS Engine powered by SSN Speech Lab
文件大小 42 KB
安装次数 363
当前版本 1.1
更新时间 2015-10-18
上架时间 2015-10-18
评分 3.80/5 共5次评分
开发者 Ashwanth Kumar
电子邮箱 [email protected]
付费类型 free
扩展官网 http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
帮助页面URL http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
支持的语言 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"
    }
}