mediarecorder 类中是否有可用的暂停

发布于 2024-11-09 16:58:40 字数 25 浏览 0 评论 0原文

有没有办法暂停录音,过一会儿再开始。

Is there a way to pause the recording and start after a while.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

帝王念 2024-11-16 16:58:40

简短的回答:

一旦您开始录制,唯一可能的操作就是停止和重置。

Short answer: no

Once you are recording the only possible actions are stop and reset.

倾城花音 2024-11-16 16:58:40

录制媒体时没有暂停()功能。一旦用户点击应用程序中的“停止”按钮,我就会尝试将两个单独的音频文件连接在一起。或者,或者尝试找到一种在使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文