Skip to content

Releases: techmo-pl/tts-client

Release tts-client 2.2.0

17 Aug 08:23
5ca99ac
Compare
Choose a tag to compare

[2.2.0] - 2021-08-10

Added

  • The--tls-dir option [bool], for enabling SSL/TLS communication

2.0.0

01 Dec 15:26
77845fc
Compare
Choose a tag to compare

Techmo TTS gRPC C++ client Changelog

Added

The --audio-encoding option, with pcm16 (default) and ogg-vorbis.
The --speech-pitch, --speech-range, --speech-rate, and --speech-volume, options for controlling speech parameters
The --voice-name, --voice-gender, and --voice-age options for controlling voice
The --language option for specifying request text language
The --list-voices option to list all available voices on the service
The --no-streaming option to call the non-streaming version of Synthesize

Changed

Updated the proto to version 2.0.0.

Techmo TTS gRPC Python client Changelog

Added

The --audio-encoding option, with pcm16 (default) and ogg-vorbis.
The --play option, with pcm16 (default).
The --speech-pitch, --speech-range, --speech-rate, and --speech-volume, options for controlling speech parameters
The --voice-name, --voice-gender, and --voice-age options for controlling voice
The --language option for specifying request text language
The --list-voices option to list all available voices on the service
The --no-streaming option to call the non-streaming version of Synthesize

Changed

Updated the proto to version 2.0.0.