feat: Add extension support for EZ-AI TW TTS #2100
Conversation
|
Code Review — EZ-AI TW TTS extension (ezai_tw_tts_python) Thanks for the contribution. The extension follows the AsyncTTS2BaseExtension pattern well and the request lifecycle (start → audio data → end → usage metrics) is handled cleanly. I found a few issues worth addressing before merge. Blocking bugs
Correctness / robustness
Style / packaging
Security
Overall the structure is solid and close, but bugs 1 and 2 mean the extension won't initialize and won't honor most of its configuration as written. A focused pass on config plumbing plus a small test would get this in good shape. |
Summary
Add extension for EZ-AI TW TTS.
Implemented to satisfy specific vendor requirements for the Taiwanese user base.
Type of Change
Testing
Documentation
Breaking Changes
No Breaking Changes