ovos tts server plugin for mycroft
Project description
Description
OpenVoiceOS companion plugin for OpenVoiceOS TTS Server
Install
pip install ovos-tts-plugin-server
Configuration
"tts": {
"module": "ovos-tts-plugin-server",
"ovos-tts-plugin-server": {
"host": "https://tts.smartgic.io/piper",
"v2": true,
"verify_ssl": true,
"tts_timeout": 5
}
}
- host: the url of the tts server.
/synthesize
will be appended to it in the code - v2: use the v2 api, if available
- verify_ssl: verify the ssl certificate of the server. If you use a self-signed certificate, you can set this to false, but it is not recommended
- tts_timeout: timeout for the request to the server. Defaults to 5 seconds.
As of ovos-tts-server 0.0.3a10
If using a TTS plugin with v2, you can use the /v2
config option
to take advantage of newer features. There is no need to change
the host
, however. It would always look something like: https://tts.smartgic.io/piper
regardless of the v2
value.
Security warning
Please note that while you can set verify_ssl
to false
to disable SSL
verification, this is not recommended and should only be used for testing
purposes. Consider using a private CA or certificates signed using
Let's Encrypt instead.
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
File details
Details for the file ovos-tts-plugin-server-0.0.2.tar.gz
.
File metadata
- Download URL: ovos-tts-plugin-server-0.0.2.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d6d3d41ab5bc967be74bbe7ae6a8bf990dc26a9213f0b8f83e944e279f8e86f |
|
MD5 | 887a86c0b0a07c576e51e1592c658d02 |
|
BLAKE2b-256 | 6c72e84da34212ea847a58406121617ec18ec97bef7867ca2b0183b3c539d186 |
File details
Details for the file ovos_tts_plugin_server-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ovos_tts_plugin_server-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e3c4ab704827427243718044b0badb01d9741f9ca9fa5fa4107dfbe75e7c9ee |
|
MD5 | ae66131f0ff52fa74514c49d29930945 |
|
BLAKE2b-256 | cf90e2b846747d03384c6e2bdce023d14c8f107a239130b179e76cc9f2af967b |