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)
}
})
第二部分:如何開通一個小商店
您可能感興趣: