You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< script setup >
import ChatT from './SubMenu/ChatBot/ChatT.vue'
import ASRT from './SubMenu/ASR/ASRT.vue'
import TTST from './SubMenu/TTS/TTST.vue'
import VPRT from './SubMenu/VPR/VPRT.vue'
import IET from './SubMenu/IE/IET.vue'
import VoiceCloneT from './SubMenu/VoiceClone/VoiceClone.vue'
import ENIRE _SATT from './SubMenu/ENIRE_SAT/ENIRE_SAT.vue'
import FineTuneT from './SubMenu/FineTune/FineTune.vue'
< / script >
< template >
< div className = "experience" >
< div className = "experience_wrapper" >
< div className = "experience_title" >
功能体验
< / div >
< div className = "experience_describe" >
体验前 , 请允许浏览器获取麦克风权限
< / div >
< div className = "experience_content" >
< el -tabs
className = "experience_tabs"
type = "border-card"
>
< el -tab -pane label = "语音聊天" key = "1" >
< ChatT > < / ChatT >
< / e l - t a b - p a n e >
< el -tab -pane label = "声纹识别" key = "2" >
< VPRT > < / VPRT >
< / e l - t a b - p a n e >
< el -tab -pane label = "语音识别" key = "3" >
< ASRT > < / ASRT >
< / e l - t a b - p a n e >
< el -tab -pane label = "语音合成" key = "4" >
< TTST > < / TTST >
< / e l - t a b - p a n e >
< el -tab -pane label = "语音指令" key = "5" >
< IET > < / IET >
< / e l - t a b - p a n e >
< el -tab -pane label = "一句话合成" key = "6" >
< VoiceCloneT > < / VoiceCloneT >
< / e l - t a b - p a n e >
< el -tab -pane label = "小数据微调" key = "7" >
< FineTuneT > < / FineTuneT >
< / e l - t a b - p a n e >
< el -tab -pane label = "ENIRE-SAT" key = "8" >
< ENIRE_SATT > < / ENIRE_SATT >
< / e l - t a b - p a n e >
< / e l - t a b s >
< / div >
< / div >
< / div >
< / template >
< style lang = "less" >
@ import "./style.less" ;
< / style >