w html5 demo:
链接:https://pan.baidu.com/s/1uJ2EO9FNzFsRE69D_t6mI 提取码:19r5
实时转需要开启录音权限,看文档,或者demo
借助第三方语音转文字技术
上传wav格式语音文件转文字
服务端实现ASR自动语音转文字,提供给前端asr服务器地址,然后前端把需要的语音文件以指定格式发送给服务端,服务端返回转换后的结果
<!-- 原生input也行,第三方ui库也可以 -->
<a-upload
action="#"
:limit="1"
:customRequest="customUploadHandler"
>
<a-button>点击上传</el-button>
</a-upload>
import WebSockerUtil from "xx/xxx/xxx/";//引入ws工具类
let ws = null;
function webSocketInit(){
//服务端提供的ASR服务地址,进行ws连接,
ws = new WebSockerUtil(