A Mozilla TTS plugin for Neon
Project description
NeonAI Mozilla TTS Plugin
Mycroft compatible TTS Plugin for Remote Mozilla Text-to-Speech. Note that this module requires a local or remote API server to be available.
Configuration:
using the mycroft.conf
"tts": {
"module": "mozilla_remote",
"mozilla_remote": {
"api_url": "http://0.0.0.0:5002/api/tts"
}
}
using the neon config
tts:
module: mozilla_remote
mozilla_remote: {"api_url": "http://0.0.0.0:5002/api/tts"}
Usage
Standalone usage
from neon_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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file neon_tts_plugin_mozilla_remote-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: neon_tts_plugin_mozilla_remote-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e47a8acaf5150f21235aef1f6c8f2d4d2e5bf2dcb47ceee478aa2710175c9f49 |
|
MD5 | d25abadda74533ae1af519576ad38509 |
|
BLAKE2b-256 | ccb608763364350bea801016e770a4c7fb45c49c7105451d54ce7f9529c36810 |