droid tts plugin for OpenVoiceOS/Mycroft/Chatterbox/Neon
Project description
beep speak TTS
Description
OpenVoiceOS R2D2 TTS plugin
Install
pip install ovos-tts-plugin-beepspeak
Configuration
"tts": {
"module": "ovos-tts-plugin-beepspeak",
"ovos-tts-plugin-beepspeak": {
"time_step": 0.1
}
}
Docker
Serve the voice behind ovos-tts-server (ElevenLabs-compatible API) on port 9666. The image is fully self-contained and offline — the beep samples ship inside the package, so no network or model download is needed at runtime.
Pull the prebuilt image:
docker run -p 9666:9666 ghcr.io/openvoiceos/ovos-tts-plugin-beepspeak:dev
…or build locally:
docker build -t ovos-tts-plugin-beepspeak .
docker run -p 9666:9666 ovos-tts-plugin-beepspeak
…or with compose:
docker compose up
Synthesize: http://localhost:9666/synthesize/hello
The served voice defaults to r2d2 and can be changed at build time:
docker build --build-arg BEEP_VOICE=r2d2 -t ovos-tts-plugin-beepspeak .
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_tts_plugin_beepspeak-0.1.0a1.tar.gz.
File metadata
- Download URL: ovos_tts_plugin_beepspeak-0.1.0a1.tar.gz
- Upload date:
- Size: 946.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d044cc6ec375a23a2db1456141de3471fa8e8fd6b8b85fc021f40ec585f37e6
|
|
| MD5 |
724095c3a6914f1066050c5fb7023464
|
|
| BLAKE2b-256 |
9be33d8d2136ac9c13c7a9c9bc16096739a76adf80122ca237e7bcdd374e21e7
|
File details
Details for the file ovos_tts_plugin_beepspeak-0.1.0a1-py3-none-any.whl.
File metadata
- Download URL: ovos_tts_plugin_beepspeak-0.1.0a1-py3-none-any.whl
- Upload date:
- Size: 961.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90b1f6b1e720e7a3d28774d0a4515a209cbcd100005b95d173a8bfcac2e30f91
|
|
| MD5 |
35a57f124489a6f9c285001c381e2170
|
|
| BLAKE2b-256 |
d80afb567cdfd2ab293dca26df9ae9a0e751e4b93cacc28b685ef81491974b42
|