d3ro-voice/apps/desktop/tests/main/services
Yun Chan 39b8e7448e feat(caption): stream live captions and polish finished lines in context
Replaces the fixed six-second batches with a streaming track per audio
source: the uncommitted audio is re-recognised every second and sent as a
partial with its agreed (stable) prefix, a short pause finalises the line,
and long unbroken speech is committed at Whisper segment boundaries. Idle
audio is trimmed so silence cannot produce invented sentences.

Finished lines are corrected by the local model against the previous lines
and replaced in place; edits that change too much are rejected. The
behaviour can be switched off in Settings.
2026-09-24 20:22:21 +09:00
..
caption-streaming.test.ts feat(caption): stream live captions and polish finished lines in context 2026-09-24 20:22:21 +09:00
ChainService.test.ts fix(llm): stop leaking instruction prompts instead of processed text 2026-09-21 14:39:26 +09:00
ConfigService.test.ts release: ship v1.6.0 with paged suggestions and a cleaner phrase memory 2026-09-24 19:56:28 +09:00
CustomInstructionService.test.ts feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
DictionaryIo.test.ts feat(desktop): move dictionary entries in and out as files 2026-09-16 23:23:30 +09:00
DictionaryService.test.ts feat(V2-1a): Monorepo 구조 전환 — apps/desktop으로 V1 이동 2026-04-08 14:04:41 +09:00
HistoryService.test.ts feat(V2-1a): Monorepo 구조 전환 — apps/desktop으로 V1 이동 2026-04-08 14:04:41 +09:00
input-flow-domain.test.ts release: ship v1.5.0 with on-device writing suggestions 2026-09-23 16:04:27 +09:00
input-flow-services.test.ts release: ship v1.6.0 with paged suggestions and a cleaner phrase memory 2026-09-24 19:56:28 +09:00
input-intelligence.test.ts release: ship v1.6.0 with paged suggestions and a cleaner phrase memory 2026-09-24 19:56:28 +09:00
llm-prompts.test.ts feat(caption): stream live captions and polish finished lines in context 2026-09-24 20:22:21 +09:00
local-llm-service.test.ts release: ship v1.5.0 with on-device writing suggestions 2026-09-23 16:04:27 +09:00
STTManager.test.ts feat(desktop): make local speech transcription work end to end 2026-09-18 00:48:47 +09:00
SuggestionService.test.ts release: ship v1.6.0 with paged suggestions and a cleaner phrase memory 2026-09-24 19:56:28 +09:00
VoiceConversationService.test.ts release: ship v1.5.0 with on-device writing suggestions 2026-09-23 16:04:27 +09:00
VoiceModeService.test.ts fix(llm): stop leaking instruction prompts instead of processed text 2026-09-21 14:39:26 +09:00
windows-child-process-hide.test.ts release: ship v1.5.0 with on-device writing suggestions 2026-09-23 16:04:27 +09:00