一二三三二一
一二三三二一
  • 发布:2021-02-23 10:18
  • 更新:2021-04-16 10:32
  • 阅读:529

【报Bug】H5+语音识别 ios打包后识别失败

分类:HTML5+

产品分类: HTML5+

HBuilderX版本号: 3.1.2

手机系统: iOS

手机系统版本号: iOS 13.4

手机厂商: 苹果

手机机型: iPhone Xs

打包方式: 云端

App下载地址或H5⽹址: https://service.dcloud.net.cn/build/download/cc12bd00-757b-11eb-87b3-93ebc2325dfc

示例代码:

                let that = this  
                var options = {  
                    continue:false,  
                    engine:'baidu',  
                    lang:'zh-cn',  
                    nbest:'1',  
                    punctuation:false,  
                    timeout:5,  
                    userInterface:true    
                };  
                plus.speech.startRecognize(options, function(s){  
                    if(s.indexOf("结束")!=-1){  
                        let result = s.replace("结束",'')  
                        that.resContent = result  
                        console.log("result",result)  
                    }else{  
                        that.resContent = s  
                    }  
                    console.log('识别结果',s,result)  
                }, function(e){  
                    console.log("语音识别失败:"+e.message);  
                });  
            } ``` 

操作步骤:

运行到自定义基座或者打包app后,点击右下侧语音按钮,识别语音

预期结果:

h5+语音识别功能正常使用

实际结果:

运行到自定义基座或者打包app后,h5+语音识别功能卡死,没有报错信息

bug描述:

H5+语音识别功能(百度)

运行到标准运行基座可以正常使用,但运行到自定义基座或者打包app,语音识别功能会卡死,没有任何报错信息

2021-02-23 10:18 负责人:无 分享
已邀请:
q***@163.com

q***@163.com

同问,请问您解决了吗?

该问题目前已经被锁定, 无法添加新回复