forked from xiangyuecn/Recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
升级:Recorder open方法调整,getUserMedia方法参数中移除sampleRate配置,解决部分设备无法正常打开麦克风导…
…致无声(或无法使用蓝牙等外设)的问题;已增强对MediaRecorder的支持,返回的任意采样率数据均可正常录制 - 【不兼容变更】Recorder.Ctx已不再保留打开状态,仅限用于音频解码,其他场景请使用Recorder.GetContext方法来获取并自行管理ctx;原因是iOS不全部关闭时新的ctx有可能不正常,此变更影响到 src/engine/beta-webm.js assets/runtime-codes/fragment.playbuffer.js ,均需更新成新版本代码 - 升级Recorder.SampleData:添加由低采样率转换成高采样率,已支持任意采样率转换 - 修复amr编码器231201版精简导致的bug - 微信小程序增加MiniProgramWx_WriteLocalFile方法,支持追加写入文件 - uniapp适配HBuilder4.28 vue3 setup编译bug(4.29已修复)
- Loading branch information
1 parent
260daf9
commit 60f7bfc
Showing
45 changed files
with
1,066 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.