Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG

espeakNG plugin
https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG

Last synced: about 2 months ago
JSON representation

espeakNG plugin

Awesome Lists containing this project

README

        

## Description

OpenVoiceOS TTS plugin for [espeak-ng](https://github.com/espeak-ng/espeak-ng)

## Install

```bash
pip install ovos_tts_plugin_espeakng
```

`espeak-ng` needs to be available

```bash
apt-get install espeak-ng
```

## Configuration

```json
"tts": {
"module": "ovos_tts_plugin_espeakng",
"ovos_tts_plugin_espeakng": {
"voice": "m1"
}
}
```

## Docker

build it
```bash
docker build . -t ovos/espeakng
```

run it
```bash
docker run -p 8080:9666 ovos/espeakng
```

use it `http://localhost:8080/synthesize/hello`