A Mozilla/Coqui TTS plugin for Neon and OVOS
Project description
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")
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 tts_plugin_mozilla_remote-3.0.1.tar.gz.
File metadata
- Download URL: tts_plugin_mozilla_remote-3.0.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35a87558317ed930b7140e949df76de9344cb7dbe304699b0efba1a9afad59b1
|
|
| MD5 |
34ad769b41c4e62a45466ba9cd6a796c
|
|
| BLAKE2b-256 |
3b092912b90240bdd3204b4b60b24de983e52e79862caa6cbe5ee6f9bb568733
|
File details
Details for the file tts_plugin_mozilla_remote-3.0.1-py3-none-any.whl.
File metadata
- Download URL: tts_plugin_mozilla_remote-3.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
838d6cfa9d45da499cae0ff27bfc0d01f894357c871bdabe787296ceee384021
|
|
| MD5 |
28a52b932764efaedf6fc5c2b0a61ab1
|
|
| BLAKE2b-256 |
f149b73478aa4368bcdf7556fc7fbbff5a5f33aa746ca20dc7b91fedaaf4c01e
|