diff --git a/changelog/4090.fixed.md b/changelog/4090.fixed.md new file mode 100644 index 000000000..ff42f09fe --- /dev/null +++ b/changelog/4090.fixed.md @@ -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.