feat: add tts params
This commit is contained in:
@@ -163,5 +163,9 @@ export default {
|
||||
'playground.uploadImage.url.holder': 'Enter an image URL',
|
||||
'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
'playground.params.duration': 'Duration (seconds)',
|
||||
'playground.params.resolution': 'Resolution'
|
||||
'playground.params.resolution': 'Resolution',
|
||||
'playground.params.taskType': 'Task Type',
|
||||
'playground.params.voiceStyle': 'Voice Style',
|
||||
'playground.params.maxTokens': 'Maximum Generate Length',
|
||||
'playground.params.refAudio': 'Reference Audio URL'
|
||||
};
|
||||
|
||||
@@ -166,7 +166,11 @@ export default {
|
||||
'playground.uploadImage.url.holder': 'Enter an image URL',
|
||||
'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
'playground.params.duration': 'Duration (seconds)',
|
||||
'playground.params.resolution': 'Resolution'
|
||||
'playground.params.resolution': 'Resolution',
|
||||
'playground.params.taskType': 'Task Type',
|
||||
'playground.params.voiceStyle': 'Voice Style',
|
||||
'playground.params.maxTokens': 'Maximum Generate Length',
|
||||
'playground.params.refAudio': 'Reference Audio URL'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -160,7 +160,11 @@ export default {
|
||||
'playground.uploadImage.url.holder': 'Enter an image URL',
|
||||
'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
'playground.params.duration': 'Duration (seconds)',
|
||||
'playground.params.resolution': 'Resolution'
|
||||
'playground.params.resolution': 'Resolution',
|
||||
'playground.params.taskType': 'Task Type',
|
||||
'playground.params.voiceStyle': 'Voice Style',
|
||||
'playground.params.maxTokens': 'Maximum Generate Length',
|
||||
'playground.params.refAudio': 'Reference Audio URL'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -156,5 +156,9 @@ export default {
|
||||
'playground.uploadImage.url.holder': '请输入图片链接',
|
||||
'playground.uploadImage.url.button': '从链接添加图片',
|
||||
'playground.params.duration': '时长 (秒)',
|
||||
'playground.params.resolution': '分辨率'
|
||||
'playground.params.resolution': '分辨率',
|
||||
'playground.params.taskType': '任务类型',
|
||||
'playground.params.voiceStyle': '语音风格',
|
||||
'playground.params.maxTokens': '最大生成长度',
|
||||
'playground.params.refAudio': '参考音频 URL'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user