Skip to content

2.0.0

Compare
Choose a tag to compare
@YASoftwareDev YASoftwareDev released this 01 Dec 15:26
· 14 commits to master since this release
77845fc

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.