Acapela TTS Engine
Efficient, fast and high quality speech-synthesis engine.
什麼是Acapela TTS Engine?
Acapela TTS Engine是由acapela.group.android開發的Chrome擴展程式,該擴展的主要功能是“Efficient, fast and high quality speech-synthesis engine.”。
擴展截圖
下載Acapela TTS Engine擴展crx文件
下載Acapela TTS Engine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
IMPORTANT: This extension is only for Chromebook devices running Chrome OS. The extension is free, so you can try all of our voices in an online mode, but then you must buy voices to integrate them to your Chromebook system. Then you will be able to use them with any TTS-compatible application (like ChromeVox). ******** High Quality voices by Acapela Group ******** Add up to 100 voices in 30 languages to your Chromebook. Voice capability is reinventing the way we all engage with devices and Acapela voices are helping to broaden the native voice offering on Chromebooks with another 30 languages and over 100 voices. The Acapela portfolio for Chromebooks includes authentic children voices as well as adult ones so that students can choose according to their age group and preferences, to feel fully comfortable with the voice they learn with. Text-to-speech specifically helps individuals that read slowly or with difficulty, people who want feedback when writing or help with spotting errors when proof-reading, those who suffer visual stress when reading text on paper or on a screen or want to simultaneously see and hear. Immediate audio feedback improves word recognition, increases the ability to pay attention and remember information and helps students to recognize and fix errors in their own writing. The wide range of languages covered opens up language learning opportunities. List of available languages: Arabic, Catalan, Czech, Danish, Dutch(Belgium), Dutch(NL), English(Australia), English(India), English(Scotland), English(UK), English(US), Faroese, Finnish, French, French(Canada), German, Greek, Italian, Norwegian, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Spanish (North America), Swedish, Swedish(Gothenburg), Swedish(Scania), Swedish (Finland), Turkish. ******** Instructions ******** 1/ Please check that you have a valid internet connection, as the app needs to contact our server to get the voice list. 2/ Open the extension options page. 3/ Browse the list of voices retrieved from our server. 4/ You can test any voice online. You can type your own text in the "Type some text here to try" area. 5/ The ‘Buy’ icon will open an in-app billing window, asking for confirmation of your purchase. 6/ After purchase, the voice will appear with a download icon. Click on it to start the installation. This requires an internet connection and may take some time. Beware that voice data are very big (100-200MB) so a strong and stable internet connection is recommended. 7/ After a successful installation, select the Acapela voice in your TTS-compatible application. ******** License and privacy ******** By downloading this software, you accept implicitly our licensing agreement: http://www.acapela-group.com/acapela-for-chrome/LicencingAgreement.html
擴展基本資訊
名稱 | Acapela TTS Engine |
ID | hfpbgbaepoblbkbmpojjnpkeikgoadil |
官方網址 | https://chromewebstore.google.com/detail/acapela-tts-engine/hfpbgbaepoblbkbmpojjnpkeikgoadil |
簡介 | Efficient, fast and high quality speech-synthesis engine. |
檔案大小 | 1.43 MB |
安裝次數 | 4,203 |
目前版本 | 1.1.76 |
更新時間 | 2021-10-21 |
上架時間 | 2019-05-24 |
評分 | 2.19/5 共 21 次評分 |
開發者 | acapela.group.android |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | http://www.acapela-group.com/ |
隱私政策頁面URL | https://www.acapela-group.com/acapela-tts-voices-google-play-privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Acapela TTS Engine", "short_name": "Acapela TTS", "manifest_version": 2, "version": "1.1.76", "description": "Efficient, fast and high quality speech-synthesis engine.", "offline_enabled": true, "author": "Acapela Group S.A.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+6kAuMWMhcuLMeCivAre7oCNpE72Uc17NLXXsBnsHQojRhHVlDsG+mRWPbizQQbGd9Ov6Lti2JW4mjx0gAzdE3MPc6iO7kNq8hCvKdTa4M2AblqUXqJTVFC9RBbIA9mdfhs2TZx7Ya2R8RszwfQdQWPdrF\/k9wBa9fcspLje\/rcu\/xbc9EF3z6WAPH6FsRJ7FZaz3P4yNlaCblJRbWQsYSSuJzuh3ENqcqGxGw8MVCWhqpe0fiVe9j1rGNolS+xSuUDCdVXKHfoQGKtcP1VN2SSRKzXIQoZ+hSBTdRrH7jg3dY90jyOmkfM7CRw8uauZjWcHTFu03qFMiEkxYMxZwIDAQAB", "permissions": [ "tts", "ttsEngine", "identity", "identity.email" ], "oauth2": { "client_id": "71025888019-v1vlc05aofdo6ui4eq42e93s5c2pef0g.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "background": { "persistent": true, "scripts": [ "acapela_tts.js", "zip\/zip.js", "ssml_parser.js", "buy.js", "tts_shell.js", "acapela_audio.js", "acapela_tts_engine.js" ] }, "options_page": "acapela_tts.html", "icons": { "16": "icons\/picto_a_16.png", "32": "icons\/picto_a_32.png", "48": "icons\/picto_a_48.png", "128": "icons\/picto_a_128.png" }, "tts_engine": { "sample_rate": 22050, "buffer_size": 256, "voices": [ { "voice_name": "Acapela male", "lang": "xx-XX", "event_types": [ "start", "marker", "word", "sentence", "end" ] }, { "voice_name": "Acapela female", "lang": "xx-XX", "event_types": [ "start", "marker", "word", "sentence", "end" ] } ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';script-src-elem https:\/\/www.paypal.com\/ 'self' 'unsafe-inline'" } |