File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# Techmo TTS gRPC Python client Changelog
22
3+ ## [ 3.2.9] - 2026-03-30
4+
5+ ### Changed
6+
7+ - Switch from local proto generation to the ` tts-api ` package dependency.
8+ No proto submodule and no ` build_grpc ` step required anymore — run ` ./install.sh ` and you're ready.
9+
10+ ### Fixed
11+
12+ - ` install.sh ` : false "libportaudio2 not found" warning no longer appears when the library
13+ is installed (switched from stale ` ldconfig ` cache check to ` dpkg-query ` ).
14+ - ` README.md ` : corrected several wrong CLI option names (` --input-path ` , ` --sampling-rate-hz ` ,
15+ ` --language-code ` ) and added missing TLS options and ` --max-frame-size ` to the options table.
16+ - ` docker/run.sh ` : updated bundled image version reference.
17+
18+
319## [ 3.2.8] - 2026-03-25
420
521### Fixed
Original file line number Diff line number Diff line change 88set -euo pipefail
99IFS=$' \n\t '
1010
11- IMAGE_VERSION=3.2.8
11+ IMAGE_VERSION=3.2.9
1212
1313SCRIPT=$( realpath " $0 " )
1414SCRIPTPATH=$( dirname " ${SCRIPT} " )
Original file line number Diff line number Diff line change 1- TTS_CLIENT_PYTHON_VERSION = "3.2.8 "
1+ TTS_CLIENT_PYTHON_VERSION = "3.2.9 "
You can’t perform that action at this time.
0 commit comments