注冊

wx.stopVoice()結(jié)束播放語音

2017-12-08
導(dǎo)讀:結(jié)束播放語音。 示例代碼: wx.startRecord({ success: function ( res ) { var tempFilePath = res.tempFilePath wx.playVoice({ filePath:tempFilePath }) setTimeout( function ( ) { wx.stopVoice() }, 5000 ) }})...

結(jié)束播放語音。

示例代碼:

wx.startRecord({
  success: function(res) {
    var tempFilePath = res.tempFilePath
    wx.playVoice({
      filePath:tempFilePath
    })

    setTimeout(function(){
      wx.stopVoice()
    }, 5000)
  }
})
重磅推薦:小程序開店目錄

第一部分:小商店是什么

第二部分:如何開通一個小商店

第三部分:如何登錄小商店

第四部分:開店任務(wù)常見問題

第五部分:小商店可以賣什么

第六部分:HiShop小程序特色功能

第七部分:小程序直播

第八部分:小程序收貨/物流

第九部分:小程序怎么結(jié)算

第十部分:小程序客服

第十一部分:電商創(chuàng)業(yè)

第十二部分:小程序游戲開發(fā)