From b8c922c9cf1c2f2dcfa55b4592808ce0e08ce034 Mon Sep 17 00:00:00 2001 From: didar Date: Sat, 29 Aug 2026 00:39:46 +0500 Subject: [PATCH] fix: revert AI_VOICE_V2_STREAMING_TTS to disabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Streaming TTS caused poor voice quality in live testing on Creator plan too — not just a quota-era fluke. Reverting to non-streaming synthesis until the root cause is understood. Co-Authored-By: Claude Sonnet 5 --- deployment/aimaq.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/aimaq.env.production b/deployment/aimaq.env.production index 16dfa4d..e933fed 100644 --- a/deployment/aimaq.env.production +++ b/deployment/aimaq.env.production @@ -45,7 +45,7 @@ AI_VOICE_V2_PARTIAL_ASR=1 AI_VOICE_V2_PREBAKED_ACK_ENABLED=1 AI_VOICE_V2_EMOTIVE_ACK_ENABLED=1 AI_VOICE_V2_EMOTIVE_ACK_RU_ONLY=1 -AI_VOICE_V2_STREAMING_TTS=1 +AI_VOICE_V2_STREAMING_TTS=0 AI_VOICE_V2_STREAMING_ASR_BACKEND=elevenlabs_realtime AI_VOICE_V2_STREAMING_ASR_BASE_URL=http://streaming-asr-sidecar:8021 AI_VOICE_V2_STREAMING_ASR_TIMEOUT_SECONDS=15