Acapela TTS Engine

Efficient, fast and high quality speech-synthesis engine.

O que é Acapela TTS Engine?

Acapela TTS Engine é uma extensão do Chrome desenvolvida por acapela.group.android, e sua principal característica é "Efficient, fast and high quality speech-synthesis engine.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Acapela TTS Engine

Baixe arquivos de extensão Acapela TTS Engine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Acapela TTS Engine Acapela TTS Engine
ID hfpbgbaepoblbkbmpojjnpkeikgoadil
URL Oficial https://chromewebstore.google.com/detail/acapela-tts-engine/hfpbgbaepoblbkbmpojjnpkeikgoadil
Descrição Efficient, fast and high quality speech-synthesis engine.
Tamanho do Arquivo 1.43 MB
Contagem de Instalações 4,203
Versão Atual 1.1.76
Última Atualização 2021-10-21
Data de Publicação 2019-05-24
Classificação 2.19/5 Total de 21 Avaliações
Desenvolvedor acapela.group.android
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão http://www.acapela-group.com/
URL da Página de Política de Privacidade https://www.acapela-group.com/acapela-tts-voices-google-play-privacy-policy
Idiomas Suportados 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'"
}