Releases: techmo-pl/tts-client-python
Releases · techmo-pl/tts-client-python
v3.2.9
Changed
- Switch from local proto generation to the
tts-apipackage dependency (git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1).
No proto submodule and nobuild_grpcstep required — run./install.shand you're ready.
Fixed
install.sh: false "libportaudio2 not found" warning no longer appears when the library is installed (switched fromldconfig -ptodpkg-query).README.md: corrected wrong CLI option names (--input-path,--sampling-rate-hz,--language-code) and added missing TLS options and--max-frame-sizeto the options table.docker/run.sh: updated bundled image version reference.
Added
CLAUDE.md,AGENTS.md: AI assistant context documents for the repository.
v3.2.8
Changed
- Remove copy-paste residues from ASR-related code
- Fix TTS product name references
Added
- Configurable audio encoding (OGG_OPUS, A_LAW, MU_LAW)
- Voice profile support
- Outside-lookup behaviour configuration
- GitHub Actions CI (Python 3.8–3.13)