chore: speech to text

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent f24aef300b
commit c3473673da
47 changed files with 3364 additions and 904 deletions
+2 -2
View File
@@ -30,12 +30,12 @@ const Playground: React.FC = () => {
const [loaded, setLoaded] = useState(false);
const optionsList = [
{
label: 'TTS',
label: 'Text To Speech',
value: TabsValueMap.Tab1,
icon: <AudioOutlined />
},
{
label: 'Realtime',
label: 'Speech To Text',
value: TabsValueMap.Tab2,
icon: <IconFont type={'icon-audio'}></IconFont>
}