https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG
espeakNG plugin
https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG
Last synced: about 1 year ago
JSON representation
espeakNG plugin
- Host: GitHub
- URL: https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG
- Owner: OpenVoiceOS
- License: gpl-3.0
- Created: 2021-06-22T01:10:44.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-02T03:08:56.000Z (almost 3 years ago)
- Last Synced: 2025-05-01T10:24:53.963Z (about 1 year ago)
- Language: Python
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`