【问题已经解决】playvoice真机播放失败,模拟器成功
采用wx.startRecord并上传到云端,随后下载 调用wx.downloadFile, 在模拟机可以播放,但是在真机中无法播放 fail报 playvoice:fail 有那位大神遇到过? 如何解决 谢谢
wx.downloadFile({
url: 'http://example.com/audio/123', //仅为示例,并非真实的资源
success: function(res) {
wx.playVoice({
filePath: res.tempFilePath
})
}
})
由于是模拟器的录音无法在手机中播放, 在手机中录音可在手机中播放