From da8070e98e9bd9d07da7f671cafcd33ae00b3b40 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 20 Mar 2026 10:46:36 -0400 Subject: [PATCH] Add changelog entry for #4090 --- changelog/4090.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4090.fixed.md 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.