it0/packages/services/voice-service/src
hailin a06b489a1e fix: load voice models in background thread to unblock startup
Model downloads (Whisper, Kokoro, Silero VAD) are synchronous blocking
calls that prevent uvicorn from completing startup and responding to
healthchecks. Move all model loading to a daemon thread so the server
starts immediately.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 00:26:06 -08:00
..
api fix: load voice models in background thread to unblock startup 2026-02-20 00:26:06 -08:00
config fix: make voice-service startup graceful and fix device config 2026-02-20 00:20:12 -08:00
context Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
core Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
pipeline fix: resolve runtime errors for NestJS, Kong, and voice-service 2026-02-19 19:00:03 -08:00
services Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
stt fix: make voice-service startup graceful and fix device config 2026-02-20 00:20:12 -08:00
tts Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
vad Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00