No project description provided
Project description
Rhasspy TTS Hermes MQTT Service
Implements hermes/tts
functionality from Hermes protocol using Google Wavenet.
See documentation for more details.
Use --play-command aplay
to play speech locally instead of using hermes/audioServer<siteId>/playBytes
.
Installing
Clone the repository and create a virtual environment:
$ git clone https://github.com/rhasspy/rhasspy-tts-wavenet-hermes.git
$ cd rhasspy-tts-wavenet-hermes
$ ./configure
$ make
$ make install
Command-Line Options
usage: rhasspy-tts-wavenet-hermes [-h] --credentials-json CREDENTIALS_JSON
--cache-dir CACHE_DIR [--voice VOICE]
[--sample-rate SAMPLE_RATE]
[--play-command PLAY_COMMAND] [--host HOST]
[--port PORT] [--username USERNAME]
[--password PASSWORD] [--tls]
[--tls-ca-certs TLS_CA_CERTS]
[--tls-certfile TLS_CERTFILE]
[--tls-keyfile TLS_KEYFILE]
[--tls-cert-reqs {CERT_REQUIRED,CERT_OPTIONAL,CERT_NONE}]
[--tls-version TLS_VERSION]
[--tls-ciphers TLS_CIPHERS]
[--site-id SITE_ID] [--debug]
[--log-format LOG_FORMAT]
optional arguments:
-h, --help show this help message and exit
--credentials-json CREDENTIALS_JSON
Path to Google Wavenet credentials JSON file
--cache-dir CACHE_DIR
Directory to cache WAV files
--voice VOICE Chosen voice (default: en-US-Wavenet-C)
--sample-rate SAMPLE_RATE
Chosen sample rate of the outpt wave sample (default:
22050)
--play-command PLAY_COMMAND
Command to play WAV data from stdin (default: publish
playBytes)
--host HOST MQTT host (default: localhost)
--port PORT MQTT port (default: 1883)
--username USERNAME MQTT username
--password PASSWORD MQTT password
--tls Enable MQTT TLS
--tls-ca-certs TLS_CA_CERTS
MQTT TLS Certificate Authority certificate files
--tls-certfile TLS_CERTFILE
MQTT TLS certificate file (PEM)
--tls-keyfile TLS_KEYFILE
MQTT TLS key file (PEM)
--tls-cert-reqs {CERT_REQUIRED,CERT_OPTIONAL,CERT_NONE}
MQTT TLS certificate requirements (default:
CERT_REQUIRED)
--tls-version TLS_VERSION
MQTT TLS version (default: highest)
--tls-ciphers TLS_CIPHERS
MQTT TLS ciphers to use
--site-id SITE_ID Hermes site id(s) to listen for (default: all)
--debug Print DEBUG messages to the console
--log-format LOG_FORMAT
Python logger format
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rhasspy-tts-wavenet-hermes-0.4.0.tar.gz
.
File metadata
- Download URL: rhasspy-tts-wavenet-hermes-0.4.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c224f41aec3c44001e1fb641958f95cda3fceb75f667f92d6e513d3495395246 |
|
MD5 | 519cbb4ad2222634686a80866c61cbc8 |
|
BLAKE2b-256 | 742a6300e8884aa9f9e1b98be5dc934ccd84d749d3bf0504eb4e37b9a7614b7f |