Metadata-Version: 2.1
Name: neon-tts-plugin-coqui
Version: 0.4.1a11
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
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
Requires-Dist: numpy (>=1.19.5)
Requires-Dist: torch (>=1.9)
Requires-Dist: ovos-plugin-manager (~=0.0.2)
Requires-Dist: psutil
Requires-Dist: huggingface-hub

# 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`


