mimic tts plugin for NeonCore
Project description
Description
Neon TTS plugin for Mimic
Install
pip install neon-tts-plugin-mimic
you can either compile mimic or use forslund's repo
Configuration
if mimic is available system wide you just need to specify a voice
"tts": {
"module": "neon_tts_mimic",
"neon_tts_mimic": {
"voice": "ap",
}
}
Advanced config
voices can be urls, file paths, or included voices, you can find compatible festvox voices here
You can also specify the mimic binary location
"tts": {
"module": "neon_tts_mimic",
"neon_tts_mimic": {
"voice": "http://www.festvox.org/flite/packed/flite-2.0/voices/cmu_us_fem.flitevox",
"binary": "~/mimic1/mimic"
}
}
Mycroft premium subscribers have access to a female voice called trinity This voice is actually a pre compiled mimic binary with the voice included
The plugin should automatically detect this binary and use it, but you can also specify the binary location directly
If you are a subscriber the voice should have been downloaded to /opt/mycroft/voices/mimic_tn
"tts": {
"module": "neon_tts_mimic",
"neon_tts_mimic": {
"voice": "trinity",
"binary": "/opt/mycroft/voices/mimic_tn"
}
}
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
Built Distribution
File details
Details for the file neon_tts_plugin_mimic-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: neon_tts_plugin_mimic-0.1.8-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1e7d202e9f12fd3b0f86f9eb3ed32557f329ea5f0b01f67a94e37c120631e7c |
|
MD5 | 0d68575145857c3f700736be93062305 |
|
BLAKE2b-256 | cc76ee157197acc9cb1e6fa0013ed24cd806f11e48bd1ae81054f4511c980199 |