feat: Add emotion handling to audiobook segments with emo_text and emo_alpha attributes

This commit is contained in:
2026-03-12 14:34:20 +08:00
parent 1757f39322
commit bbcfc0e8d3
8 changed files with 37 additions and 5 deletions

View File

@@ -45,6 +45,8 @@ export interface AudiobookSegment {
character_id: number
character_name?: string
text: string
emo_text?: string
emo_alpha?: number
audio_path?: string
status: string
}