PolyTalk CE 0.2.0
This release adds Supertonic TTS support for Japanese and Korean, plus updated Docker/config examples and expanded documentation.
Highlights
- Added Supertonic TTS support for Japanese and Korean speech synthesis.
- Added language-based TTS provider routing so Japanese and Korean can use Supertonic while other languages continue using the default Piper path.
- Added Docker Compose support for the Supertonic TTS service, including a dedicated image build and persistent model/cache volume.
- Added Supertonic configuration examples in
.env.exampleandconfig/config.yaml.example. - Expanded README guidance for pipeline flow, use cases, provider compatibility, self-hosting, and benchmarking.
- Added tests for Supertonic routing, voice selection, synthesis requests, and provider-specific TTS behavior.
Validation
- pre-commit passed
- Python compile check passed
- Full test suite passed: 380 tests