title: Taro.stopVoice()

sidebar_label: 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 微信小程序 H5 React Native 支付宝小程序 百度小程序
Taro.stopVoice ✔️