mediarecorder 类中是否有可用的暂停
有没有办法暂停录音,过一会儿再开始。
Is there a way to pause the recording and start after a while.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法暂停录音,过一会儿再开始。
Is there a way to pause the recording and start after a while.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
简短的回答:否
一旦您开始录制,唯一可能的操作就是停止和重置。
Short answer: no
Once you are recording the only possible actions are stop and reset.
录制媒体时没有暂停()功能。一旦用户点击应用程序中的“停止”按钮,我就会尝试将两个单独的音频文件连接在一起。或者,或者尝试找到一种在使用 stop() 方法后写入同一文件流的方法。
There is no pause() functionality when recording media. I would try conjoining two separate audio files together once the user hits your "stop" button in the app. Either that, or try to find a way to write to the same file stream after using the stop() method.