[codex] Fix PocketTTS language initialization#977
[codex] Fix PocketTTS language initialization#977mimeding wants to merge 1 commit intoosaurus-ai:feat/tts-supportfrom
Conversation
|
Follow-up from the live debug pass: the FluidAudio/PocketTTS compatibility fix verifies locally against the TTS branch. Local checks:
GitHub |
|
Status update after adding the clean-PR rule: this companion PR is now draft because its attached GitHub checks are not clean yet. It should move back to ready only after the shared CI fix in #975 lands/rebases into the branch and |
Summary
Why
The TTS branch no longer compiles against the current FluidAudio API because PocketTtsResourceDownloader.ensureModels now requires a language argument.
Verification