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.0.3
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.0.3.tar.gz | 6.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tts_plugin_mozilla_remote-3.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.3 kB
Release files / tts_plugin_mozilla_remote-3.0.3.tar.gz
| Download URL | tts_plugin_mozilla_remote-3.0.3.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae5d06a58e140e97f3be77ae1e5685b6404a5b3b86bb28d2c16dd84c156c2e12
|
|
BLAKE2b-256 checksum How to use checksums |
b8d32f24bbc8a443e44b6b2741f2bc50eb85a213f9632a288896b9aa27a33849
|
| 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.0.3-py3-none-any.whl
| Download URL | tts_plugin_mozilla_remote-3.0.3-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a1eaf72c781e386f330518f90fe8eb2cf2565486ed32aef33f92db614f8eb89e
|
|
BLAKE2b-256 checksum How to use checksums |
1f5bcc90b0f87bf0e46e144cfe3cb0ba11ad49fb8918088891322644411acd27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|