Skip to content

Releases: techmo-pl/tts-client-python

v3.2.9

30 Mar 21:56

Choose a tag to compare

Changed

  • Switch from local proto generation to the tts-api package dependency (git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1).
    No proto submodule and no build_grpc step required — run ./install.sh and you're ready.

Fixed

  • install.sh: false "libportaudio2 not found" warning no longer appears when the library is installed (switched from ldconfig -p to dpkg-query).
  • README.md: corrected wrong CLI option names (--input-path, --sampling-rate-hz, --language-code) and added missing TLS options and --max-frame-size to 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

26 Mar 13:11
4de00f1

Choose a tag to compare

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)