跳转到主要内容

未提供项目描述

项目描述

Rhasspy TTS Hermes MQTT服务

Continous Integration GitHub license

使用Google Wavenet实现了Hermes协议中的hermes/tts功能。

有关更多详细信息,请参阅文档

使用--play-command aplay在本地播放语音,而不是使用hermes/audioServer<siteId>/playBytes

安装

克隆存储库并创建虚拟环境

$ git clone https://github.com/rhasspy/rhasspy-tts-wavenet-hermes.git
$ cd rhasspy-tts-wavenet-hermes
$ ./configure
$ make
$ make install

命令行选项

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

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装软件包的信息。

源分布

rhasspy-tts-wavenet-hermes-0.4.0.tar.gz (6.6 kB 查看哈希值)

上传时间:

支持