Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG
espeakNG plugin
https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-02T03:08:56.000Z (over 1 year ago)
- Last Synced: 2024-05-10T00:12:16.700Z (8 months ago)
- Language: Python
- Size: 58.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ovos-plugins - ovos-tts-plugin-espeakNG
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`