Tamil TTS Engine

Chrome Tamil TTS Engine powered by SSN Speech Lab

Co to jest Tamil TTS Engine?

Tamil TTS Engine to rozszerzenie Chrome opracowane przez Ashwanth Kumar, a jego główną funkcją jest „Chrome Tamil TTS Engine powered by SSN Speech Lab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tamil TTS Engine

Pobierz pliki rozszerzeń Tamil TTS Engine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tamil TTS Engine Tamil TTS Engine
ID lhalpilfkeekaipkffoocpdfponpojob
Oficjalny URL https://chrome.google.com/webstore/detail/tamil-tts-engine/lhalpilfkeekaipkffoocpdfponpojob
Opis Chrome Tamil TTS Engine powered by SSN Speech Lab
Rozmiar pliku 42 KB
Liczba instalacji 363
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-10-18
Data Publikacji 2015-10-18
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper Ashwanth Kumar
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
Adres URL Strony Pomocy http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
Obsługiwane Języki 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"
    }
}