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
@@ -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) ==========