feat: Implement character voice preview playback and regeneration, and add a turbo mode status indicator for audiobook projects.

This commit is contained in:
2026-03-11 15:36:43 +08:00
parent 5dded459fc
commit d3c6297a09
8 changed files with 401 additions and 76 deletions

View File

@@ -15,7 +15,8 @@
"processing": "Processing",
"generating": "Generating",
"done": "Done",
"error": "Error"
"error": "Error",
"turboActive": "⚡ Turbo"
},
"stepHints": {

View File

@@ -15,7 +15,8 @@
"processing": "处理中",
"generating": "生成中",
"done": "已完成",
"error": "出错"
"error": "出错",
"turboActive": "⚡ 极速并发"
},
"stepHints": {
@@ -83,7 +84,10 @@
"descPlaceholder": "角色描述",
"voiceDesign": "音色 #{{id}}",
"noVoice": "未分配",
"savedSuccess": "角色已保存"
"savedSuccess": "角色已保存",
"regeneratingPreview": "重新生成试听中...",
"regeneratePreview": "重生试听",
"previewNotReady": "试听收集中..."
},
"confirm": {