Persian eSpeak

افزونه متن خوان فارسی - Persian eSpeak (TTS Engine) for Chrome

Persian eSpeak क्या है?

Persian eSpeak https://www.navabi.biz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "افزونه متن خوان فارسی - Persian eSpeak (TTS Engine) for Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Persian eSpeak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Extension is Free Persian TTS engine for Google Chrome .
it synthesize any Persian(Farsi) text to Voice via Right-Click in Chrome Context Menu With and Select Play from "Persian eSpeak" sub menu.
"100% works offline"

What's New:
Ver 2:
Standard Persian Database by eSpeak-Persian Teams
*eSpeak Source Ver : 1.47.13 (Latest Release)
Reduced Size to 720 Kb

Ver 1.55:
*Optimize Code
*2X faster.
Ver 1.5:
*eSpeak Source Ver : 1.47.02 (new Stable Release)
*More Clear Voice
*Correct speaking of some Consonant ( Non vowel voice)
Ver 1.4:
*Add Options Menu to change Pitch-Speed-Volume
*Change Voice To Default Voice. Remove formant.  
Ver 1.3:
*Now you can Pause - Resume Speaking.
Ver 1.2:
*eSpeak Source Ver : 1.46.41
*Remove some bugs
Ver 1.1:
*Bug fix for Speaking ( )



More Info:
Please visit :
A test for Web Persian eSpeak application:
http://www.navabi.biz/ 


eSpeak :

eSpeak is a compact open source software speech synthesizer for English and other languages, for Linux and Windows.   
Link : http://espeak.sourceforge.net

eSpeak-Farsi is part of a larger open source project named eSpeak. eSpeak is a cross-platform, text-to-speech software, supporting over ninety languages at the time of this writing. It is utilised on Windows, Linux and Mac, and has been ported to Android as well. This project aims to use crowd-sourcing to improve the pronunciation of Farsi words in eSpeak
Link : http://espeak.irtbc.com/ 

Emscripten:

Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).

Using Emscripten, you can

Compile C and C++ code into JavaScript and run that on the web
Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web

Link : https://github.com/kripken/emscripten/wiki                    

एक्सटेंशन की मूल जानकारी

नाम Persian eSpeak Persian eSpeak
ID fnbfedemccfdngpmeppjkkiglilfaifh
आधिकारिक URL https://chromewebstore.google.com/detail/persian-espeak/fnbfedemccfdngpmeppjkkiglilfaifh
विवरण افزونه متن خوان فارسی - Persian eSpeak (TTS Engine) for Chrome
फ़ाइल का आकार 777 KB
स्थापना संख्या 5,009
वर्तमान संस्करण 2
अंतिम अपडेट 2013-11-18
प्रकाशन तिथि 2013-11-18
रेटिंग 3.30/5 कुल 67 रेटिंग्स
डेवलपर https://www.navabi.biz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Persian eSpeak",
    "description": "\u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u062a\u0646 \u062e\u0648\u0627\u0646 \u0641\u0627\u0631\u0633\u06cc - Persian eSpeak (TTS Engine) for Chrome ",
    "version": "2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "manifest_version": 2
}