Add changelog entry for #4090

This commit is contained in:
Mark Backman
2026-03-20 10:46:36 -04:00
parent b98ad7fb64
commit da8070e98e

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

@@ -0,0 +1 @@
- Fixed audio frame ordering and interruption handling in Fish Audio, LMNT, Neuphonic, and Rime NonJson TTS services. These services were bypassing the base `TTSService` audio context serialization queue by pushing audio frames directly, which could cause out-of-order frames and broken interruptions during speech.