Tamil TTS Engine

Chrome Tamil TTS Engine powered by SSN Speech Lab

Cos'è Tamil TTS Engine?

Tamil TTS Engine è un'estensione di Chrome sviluppata da Ashwanth Kumar, e la sua funzione principale è "Chrome Tamil TTS Engine powered by SSN Speech Lab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tamil TTS Engine

Scarica i file di estensione Tamil TTS Engine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tamil TTS Engine Tamil TTS Engine
ID lhalpilfkeekaipkffoocpdfponpojob
URL Ufficiale https://chrome.google.com/webstore/detail/tamil-tts-engine/lhalpilfkeekaipkffoocpdfponpojob
Descrizione Chrome Tamil TTS Engine powered by SSN Speech Lab
Dimensione del File 42 KB
Conteggio Installazioni 363
Versione Corrente 1.1
Ultimo Aggiornamento 2015-10-18
Data di Pubblicazione 2015-10-18
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore Ashwanth Kumar
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
URL della Pagina di Aiuto http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html
Lingue Supportate 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"
    }
}