feat: Add emotion handling to audiobook segments with emo_text and emo_alpha attributes
This commit is contained in:
@@ -81,6 +81,8 @@ class AudiobookSegmentResponse(BaseModel):
|
||||
character_id: int
|
||||
character_name: Optional[str] = None
|
||||
text: str
|
||||
emo_text: Optional[str] = None
|
||||
emo_alpha: Optional[float] = None
|
||||
audio_path: Optional[str] = None
|
||||
status: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user