This release is a pre-release and may not be stable for production use.
OVOS TTS Plugin AhoTTS
An OVOS text-to-speech plugin for AhoTTS. It generates
speech in Basque (eu) and Spanish (es).
Install
pip install ovos-tts-plugin-ahotts
Configuration
"tts": {
"module": "ovos-tts-plugin-ahotts",
"ovos-tts-plugin-ahotts": {
"lang": "eu"
}
}
Docker
A container that serves this plugin behind OpenVoiceOS/ovos-tts-server's
ElevenLabs-compatible HTTP API on port 9666 is published to
ghcr.io/openvoiceos/ovos-tts-plugin-ahotts.
The image is fully self-contained and offline. pyahotts bundles the synthesis engine
and all Basque and Spanish voice data, so the container needs no model download and no
API key.
Run the container:
docker run --rm -p 9666:9666 ghcr.io/openvoiceos/ovos-tts-plugin-ahotts:dev
Or with compose:
docker compose up
The served language defaults to Basque (eu) and is set by the AHOTTS_LANG build arg
(eu or es). To switch it, rebuild the image:
docker build --build-arg AHOTTS_LANG=es -t ahotts-es .
Related projects
- OpenVoiceOS/ovos-tts-server: the HTTP server this plugin's Docker image runs behind.
- OpenVoiceOS/ovos-plugin-manager: loads and manages this plugin at runtime.
- aholab/AhoTTS: the upstream synthesis engine this plugin wraps.
Credits
This plugin was developed by TigreGotico for OpenVoiceOS under the ILENIA project.
This plugin was funded by the Ministerio para la Transformación Digital y de la Función Pública and Plan de Recuperación, Transformación y Resiliencia - Funded by EU – NextGenerationEU within the framework of the project ILENIA with reference 2022/TL22/00215337
License
Apache-2.0
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_ahotts-0.2.0a2.tar.gz.
File metadata
- Download URL: ovos_tts_plugin_ahotts-0.2.0a2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92b408869b8b41a5f5fd508af6b9f96bd0849a17cfbe2a14e6502b156333c14c
|
|
| MD5 |
a1b5d01e2d61dad67f3b873b117559b2
|
|
| BLAKE2b-256 |
66544e8e00b08ac59bb7038ab8336e037c2153fcf9b3e522d452a11b459fe2f1
|
File details
Details for the file ovos_tts_plugin_ahotts-0.2.0a2-py3-none-any.whl.
File metadata
- Download URL: ovos_tts_plugin_ahotts-0.2.0a2-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9445493403a331287fe6d92ec5f63b78f28f58e9ffd8d591ebd45e61e6cfbe06
|
|
| MD5 |
0b3af6a5dd05275c813f5d6dc76c5116
|
|
| BLAKE2b-256 |
179c3c989d3b1f113c9b67545bd38231e8783c0b830d71392d619906af774f75
|