feat(voice): add reusable transcript records

This commit is contained in:
zhangheng
2026-07-22 17:26:55 +08:00
parent f755ed2b08
commit 108e280b3f
12 changed files with 353 additions and 57 deletions

View File

@@ -75,6 +75,7 @@ export interface VoiceLesson {
durationMs: number
appliedDirectly: boolean
includedInGeneration: boolean
transcript: string
segments: VoiceAudioSegment[]
startedAt: number
endedAt: number | null