Tamil TTS Engine

Chrome Tamil TTS Engine powered by SSN Speech Lab

Tamil TTS Engineคืออะไร?

Tamil TTS Engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashwanth Kumar และคุณลักษณะหลักของมันคือ "Chrome Tamil TTS Engine powered by SSN Speech Lab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tamil TTS Engine

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}