chore: tts, stt meta

This commit is contained in:
jialin
2026-02-05 20:35:07 +08:00
parent a1a7979fb3
commit 2765d5edeb
11 changed files with 422 additions and 13 deletions
+3 -2
View File
@@ -166,10 +166,11 @@ export default {
'playground.params.resolution': 'Resolution',
'playground.params.taskType': 'Task Type',
'playground.params.instructions': 'Instructions',
'playground.params.instructions.tips': 'Voice style/emotion instructions',
'playground.params.maxTokens': 'Max New Tokens',
'playground.params.refAudio': 'Reference Audio',
'playground.params.refAudio.tips':
'Enter a reference audio URL, or upload an audio file.',
'playground.params.refAudio.text': 'Transcript of Reference Audio',
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding'
'playground.params.refAudio.text': 'Transcript of Reference Audio (no ICL)',
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding Only (no ICL)'
};
+3 -2
View File
@@ -169,12 +169,13 @@ export default {
'playground.params.resolution': 'Resolution',
'playground.params.taskType': 'Task Type',
'playground.params.instructions': 'Instructions',
'playground.params.instructions.tips': 'Voice style/emotion instructions',
'playground.params.maxTokens': 'Max New Tokens',
'playground.params.refAudio': 'Reference Audio',
'playground.params.refAudio.tips':
'Enter a reference audio URL, or upload an audio file.',
'playground.params.refAudio.text': 'Transcript of Reference Audio',
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding'
'playground.params.refAudio.text': 'Transcript of Reference Audio (no ICL)',
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding Only (no ICL)'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+3 -2
View File
@@ -163,12 +163,13 @@ export default {
'playground.params.resolution': 'Resolution',
'playground.params.taskType': 'Task Type',
'playground.params.instructions': 'Instructions',
'playground.params.instructions.tips': 'Voice style/emotion instructions',
'playground.params.maxTokens': 'Max New Tokens',
'playground.params.refAudio': 'Reference Audio',
'playground.params.refAudio.tips':
'Enter a reference audio URL, or upload an audio file.',
'playground.params.refAudio.text': 'Transcript of Reference Audio',
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding'
'playground.params.refAudio.text': 'Transcript of Reference Audio (no ICL)',
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding Only (no ICL)'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+4 -2
View File
@@ -159,10 +159,12 @@ export default {
'playground.params.resolution': '分辨率',
'playground.params.taskType': '任务类型',
'playground.params.instructions': '说明',
'playground.params.instructions.tips': '语音风格/情感说明',
'playground.params.maxTokens': '最大生成 Token 数',
'playground.params.refAudio': '参考音频',
'playground.params.refAudio.tips':
'输入一个参考音频的 URL,或上传一个音频文件。',
'playground.params.refAudio.text': '参考音频文本',
'playground.params.refAudio.vectorMode': '使用扬声器嵌入'
'playground.params.refAudio.text': '参考音频文本(用于上下文学习模式)',
'playground.params.refAudio.vectorMode':
'仅使用说话人嵌入(不使用上下文学习)'
};