Mozilla/Coqui TTS Plugin for OVOS or Neon
TTS Plugin for Remote Mozilla or Coqui Text-to-Speech. Note that this module requires a local or remote API server to be available.
Need to set up a Coqui server? Check out this actively maintained Coqui fork.
Looking for a Coqui plugin that also loads the model? Check out ovos-tts-plugin-coqui
Configuration
using mycroft.conf
"tts": {
"module": "mozilla_remote",
"mozilla_remote": {
"api_url": "http://0.0.0.0:5002/api/tts"
}
}
Using neon.yaml
tts:
module: mozilla_remote
mozilla_remote: { "api_url": "http://0.0.0.0:5002/api/tts" }
Usage
Standalone usage
from tts_plugin_mozilla_remote import MozillaRemoteTTS
engine = MozillaRemoteTTS(config={"api_url": "http://0.0.0.0:5002/api/tts"})
engine.get_tts("hello world", "test.wav")
Release files for tts-plugin-mozilla-remote 3.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tts_plugin_mozilla_remote-3.1.0.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tts_plugin_mozilla_remote-3.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.4 kB
Release files / tts_plugin_mozilla_remote-3.1.0.tar.gz
| Download URL | tts_plugin_mozilla_remote-3.1.0.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cd98d8a8227beba6e33327a2efc2138ae319bf103bbfdcf76faa42fa9156dfd3
|
|
BLAKE2b-256 checksum How to use checksums |
886918a123dc439892bb6d404bc3febd13f035c2bd9c6ea27d5e4684fccabe86
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / tts_plugin_mozilla_remote-3.1.0-py3-none-any.whl
| Download URL | tts_plugin_mozilla_remote-3.1.0-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
10d79f8bf5bfbdd45f76362641eb8d298d1a6ef7dae2ab38f66e937376d9e081
|
|
BLAKE2b-256 checksum How to use checksums |
29bd906d7bfb6ff0577ea9c70993806707d427c0a1713d94a676e1f8fef5f33b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|