feat(voice): add Yandex streaming ASR

This commit is contained in:
Yera All
2026-04-17 01:06:45 +05:00
parent 5d40cfafd8
commit f66b289371
9 changed files with 516 additions and 2 deletions
+1
View File
@@ -38,6 +38,7 @@ x-app-env: &app_env
AI_VOICE_V2_STREAMING_ASR_BACKEND: yandex_speechkit
AI_VOICE_V2_STREAMING_ASR_BASE_URL: http://streaming-asr-sidecar:8021
AI_VOICE_V2_STREAMING_ASR_TIMEOUT_SECONDS: "4"
AI_VOICE_V2_STREAMING_ASR_PARTIAL_POLL_ENABLED: "1"
AI_VOICE_V2_PREBAKED_ACK_ENABLED: "1"
AI_VOICE_V2_PREBAKED_ACK_DIR: /app/.data/voice_v2_ack_bank
AI_VOICE_V2_STREAMING_TTS: "1"