赞
踩
效果:
记录一下网上查到的方法都不能满足实时获取音频分贝大小,用原生的 RecorderManager.onFrameRecorded 监听帧数要用 js-mp3 这个是vue2的,不能直接使用 。最终方案是用recorder-core
https://github.com/xiangyuecn/Recorder
向右递增效果不需要用canva绘制、动画,用unshift()
要点:
一、vue3 this 要用 proxy
const { proxy } = getCurrentInstance()
二、powerLevel 就是实时帧数,比用原生的 RecorderManager.onFrameRecorded 精准,效率高
代码:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。