https://github.com/openvoiceos/ovos-tts-plugin-beepspeak
experiment adding new r2d2 tts engine for mycroft
https://github.com/openvoiceos/ovos-tts-plugin-beepspeak
Last synced: about 1 year ago
JSON representation
experiment adding new r2d2 tts engine for mycroft
- Host: GitHub
- URL: https://github.com/openvoiceos/ovos-tts-plugin-beepspeak
- Owner: OpenVoiceOS
- Created: 2018-01-26T08:57:30.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-24T02:03:42.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T23:05:23.371Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 954 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# beep speak TTS
## Description
OpenVoiceOS R2D2 TTS plugin
## Install
```bash
pip install ovos-tts-plugin-beepspeak
```
## Configuration
```json
"tts": {
"module": "ovos-tts-plugin-beepspeak",
"ovos-tts-plugin-beepspeak": {
"time_step": 0.1
}
}
```
## Docker
build it
```bash
docker build . -t ovos/beepspeak
```
run it
```bash
docker run -p 8080:9666 ovos/beepspeak
```
use it `http://localhost:8080/synthesize/hello`
### Notes
For a period of time development was migrated to a fork on chatterbox repositories
code was last synchronized with [chatterbox-droid-tts==0.0.1a1](https://pypi.org/project/chatterbox-droid-tts/0.0.1a1)