Add changelog for #4220

This commit is contained in:
Mark Backman
2026-03-31 23:23:31 -04:00
parent c763abc4ae
commit 170f6dfe8b
2 changed files with 14 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed `CartesiaTTSService` failing with "Context has closed" errors when switching voice, model, or language via `TTSUpdateSettingsFrame`. The service now automatically flushes the current audio context and opens a fresh one when these settings change.