收藏
回答

wx.createinnerAudioContext()真机不能播放

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 需求 wx.createinnerAudioContext() 客户端 Android 6.6.6 2.0.8

- 需求的场景描述(希望解决的问题)

this.innerAudioContext = wx.createInnerAudioContext();

this.innerAudioContext.onError((res) => {

console.log("播放录音失败!", res.errMsg, res.errCode)

})

this.innerAudioContext.src = this.data.vPath;

this.innerAudioContext.autoplay = true

console.log("加载语音", this.data.vPath)

this.innerAudioContext.onPlay(() => {

console.log('onPlay:开始播放');

})

在开放平台可以播放,安卓真机上不能播放

- 希望提供的能力


回答关注问题邀请回答
收藏

3 个回答

  • Z29
    Z29
    2018-05-27

    不知道怎么搞的,现在可以正常播放了

    2018-05-27
    有用
    回复
  • 风
    2018-05-27

    同遇到这个问题,onError返回 errCode55, err:unknow format, 10004

    2018-05-27
    有用
    回复
  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-05-25

    看下onError里面返回什么信息

    2018-05-25
    有用
    回复
登录 后发表内容