it0/packages/services/voice-service/src
hailin 65e68a0487 feat: streaming TTS — synthesize per-sentence as agent tokens arrive
Replace batch TTS (wait for full response) with streaming approach:
- _agent_generate → _agent_stream async generator (yield text chunks)
- _process_speech accumulates tokens, splits on sentence boundaries
- Each sentence is TTS'd and sent immediately while more tokens arrive
- First audio plays within ~1s of agent response vs waiting for full text

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 03:14:22 -08:00
..
api feat: route voice pipeline through agent-service instead of direct LLM 2026-02-24 00:47:31 -08:00
config feat: route voice pipeline through agent-service instead of direct LLM 2026-02-24 00:47:31 -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
models fix: 修复 .gitignore 误忽略 Flutter data/models/ 源码导致构建失败 2026-02-22 16:29:03 -08:00
pipeline feat: streaming TTS — synthesize per-sentence as agent tokens arrive 2026-02-24 03:14:22 -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 fix: rewrite voice pipeline for direct WebSocket I/O, fix TTS and navigation 2026-02-23 23:34:35 -08:00
vad Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00