feat: add streaming for stt
This commit is contained in:
@@ -176,7 +176,9 @@ export default {
|
||||
'Enter a reference audio URL, or upload an audio file.',
|
||||
'playground.params.refAudio.text':
|
||||
'Transcript of Reference Audio (for ICL mode)',
|
||||
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding Only (no ICL)'
|
||||
'playground.params.refAudio.vectorMode':
|
||||
'Use Speaker Embedding Only (no ICL)',
|
||||
'playground.params.streamMode': 'Enable Streaming'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -188,4 +190,5 @@ export default {
|
||||
// 6. 'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
// 7. 'playground.params.duration': 'Duration (seconds)',
|
||||
// 8. 'playground.params.resolution': 'Resolution'
|
||||
// 9. 'playground.params.streamMode': 'Enable Streaming'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
Reference in New Issue
Block a user