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.
/synthesizewill 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.
Release files for ovos-tts-plugin-server 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ovos_tts_plugin_server-0.0.5.tar.gz | 8.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ovos_tts_plugin_server-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / ovos_tts_plugin_server-0.0.5.tar.gz
| Download URL | ovos_tts_plugin_server-0.0.5.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0cf185048d749b7dac047853b7cc9802022664ced580c8b6d543d0c37cc80eea
|
|
BLAKE2b-256 checksum How to use checksums |
c441206fdcd409325b133ae963bb78381bdd656e9254bd8ad68c9fa41920e810
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / ovos_tts_plugin_server-0.0.5-py3-none-any.whl
| Download URL | ovos_tts_plugin_server-0.0.5-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d24f1a0d2e7843822cfeb8aac392410f8ee2718eb7eef589ada1b81026134b44
|
|
BLAKE2b-256 checksum How to use checksums |
00d6792b24d158d02f1c5937b2a1303a4029eda449bc16f47e8f30ddba8e96ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|