CambTTSService: initialize client during StartFrame

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-20 19:04:58 -08:00
parent 13c52e0e6d
commit 7e0ca113af
2 changed files with 10 additions and 2 deletions

1
changelog/3511.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed a `CambTTSService` issue where client was being initialized in the constructor which wouldn't allow for proper Pipeline error handling.