Metadata-Version: 2.1
Name: neon-tts-plugin-coqui
Version: 0.4.1a3
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.
        
        # Configuration:
        ```yaml
        tts:
            module: coqui
            coqui: {
                cache: true
            }
        ```
        # Requirements:
        `sudo apt install espeak-ng`
        
        Necessary for recording audio files
        
        ## 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
