feat: enhance emotion handling in audiobook segments and UI for multi-emotion selection
This commit is contained in:
@@ -192,7 +192,7 @@ class AudiobookSegment(Base):
|
||||
segment_index = Column(Integer, nullable=False)
|
||||
character_id = Column(Integer, ForeignKey("audiobook_characters.id"), nullable=False)
|
||||
text = Column(Text, nullable=False)
|
||||
emo_text = Column(String(20), nullable=True)
|
||||
emo_text = Column(String(100), nullable=True)
|
||||
emo_alpha = Column(Float, nullable=True)
|
||||
audio_path = Column(String(500), nullable=True)
|
||||
status = Column(String(20), default="pending", nullable=False)
|
||||
|
||||
Reference in New Issue
Block a user