Metadata-Version: 2.1
Name: neon-tts-plugin-coqui
Version: 0.7.2a2
Summary: A Coqui AI TTS plugin for Neon
Home-page: https://github.com/NeonGeckoCom/neon-tts-plugin-coqui
Author: Neongecko
Author-email: developers@neon.ai
License: BSD-3.0
Description: # NeonAI Coqui AI TTS Plugin
        [Mycroft](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/plugins) compatible
        TTS Plugin for Coqui AI Text-to-Speech.
        
        # Languages:
        We support all European Union languages including:
        
        English, Spanish, French, German, Italian, Polish, Ukrainian, \
        Dutch, Romanian, Hungarian, Greek, Czech, Swedish, Portuguese, \
        Croatian, Bulgarian, Danish, Slovak, Finnish, Lithuanian, \
        Slovenian, Latvian, Estonian, Irish, Maltese
        
        Feel free to open an issue to request support of your language.\
        We implement all the languages that are wanted and needed, not just those spoken by the largest number of people.\
        For example, we have already included Irish and Maltese, even though they have less than a million native speakers.
        
        # Performance:
        
         - amd64
            - AMD/Intel-based desktops/laptops
            - 4 cores, RTF = 0.05
            - 1 core,  RTF = 0.15
         - arm64
            - Raspberry Pi 3/4 and Zero 2 with 64-bit Pi OS
            - Raspberry Pi 4, RTF = 0.5
        
        Real-Time Factor(RTF) - the ratio of how long it takes to generate audio to how long the audio is when spoken.
        
        ## Storage:
        
        This plugin has a minimum list of dependencies, which in total fit in 900MB on `amd64`, and 300MB on `arm64`.\
        Models are installed on the fly, almost instantly after the first TTS request. You don't need to download languages you don't use.\
        Each model weighs about 100MB, in total you only need ~4GB to get support for 25 languages.
        
        # License:
        
        NeonAI Coqui AI TTS Plugin is available under the [BSD-3-Clause license](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/blob/docs/LICENSE.md)
        
        It is one of the most community-friendly open licenses out there. It has minimal restrictions on how it can be used by developers and end users, making it the most open package with the most supported languages on the market.
        
        # Configuration:
        ```yaml
        tts:
            module: coqui
            coqui: {
                cache: true
            }
        ```
        # Requirements:
        `sudo apt install espeak-ng`
        
        Necessary for english, greek and some other languages
        
        ## Docker
        
        A docker container using [ovos-tts-server](https://github.com/OpenVoiceOS/ovos-tts-server) is available
        
        You can build and run it locally
        
        ```bash
        docker build . -t coquitts
        docker run -p 8080:9666 coquitts
        ```
        
        use it `http://localhost:8080/synthesize/hello`
        
Keywords: mycroft plugin tts
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
