fix: TTS auth + CSP blob audio + vLLM GPU config#555
Merged
Conversation
TTS fixes: - Add JWT auth to testVoice/testSynthesize fetch calls (was 401) - Add media-src 'self' blob: to CSP (browser blocked blob: audio) Docker/GPU: - vLLM: use GPU 1 (RTX 3060) instead of GPU 0 (P104-100, no AWQ) - vLLM: expose port 11434:8000 for local orchestrator - vLLM: reduce max-model-len to 2048 to fit with 2x XTTS on same GPU GSM voice calls: - New gsm_voice_call.py service for incoming call handling with TTS+LLM - Voice call endpoints in telephony router - GSM view UI for voice call config and status Other: - stt_service: fix import sorting - gsm_service: minor cleanup from previous PR lint ## NEWS 🔊 **Голосовой тест в админке снова работает!** Исправлена проблема, из-за которой кнопки тестирования голоса не воспроизводили звук. Теперь все 4 модели (Анна, Марина, Дмитрий, Ирина) корректно синтезируют и воспроизводят речь прямо в браузере. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
testVoice/testSynthesizeraw fetch calls (was returning 401)media-src 'self' blob:to Content-Security-Policy (browser blocked blob: audio playback)NEWS
🔊 Голосовой тест в админке снова работает!
Исправлена проблема, из-за которой кнопки тестирования голоса
не воспроизводили звук. Теперь все 4 модели (Анна, Марина,
Дмитрий, Ирина) корректно синтезируют и воспроизводят речь
прямо в браузере.
Test plan
media-src 'self' blob:🤖 Generated with Claude Code