feat: Add emotion handling to audiobook segments with emo_text and emo_alpha attributes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user