Taro.stopVoice()

结束播放语音。

示例代码

  1. import Taro from '@tarojs/taro'
  2. Taro.startRecord(params)
  3. .then(res => {
  4. const filePath = res.tempFilePath
  5. Taro.playVoice({ filePath })
  6. setTimeout(Taro.stopVoice, 5000)
  7. })

API支持度

API微信小程序H5React Native支付宝小程序百度小程序
Taro.stopVoice✔️