使用 HTML5 捕获音频

发布于 2024-10-03 13:39:27 字数 1536 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

爱,才寂寞 2024-10-10 13:39:27

You might wanna have a look at HTML Media Capture and its API.

Ericsson labs already achieved this, see: here (Note: Note that the device element and the related APIs are not available in any browser yet, and the APIs may change before this happens.) But it gives you a rough idea about how it's done.

I am currently working on something like this myself, see: here.

熟人话多 2024-10-10 13:39:27

这是迄今为止我在 iOS 6 中找到的唯一解决方案:

Youtube 视频展示了它是如何实现的作品

来源可以在这里找到:
GitHub Repository Link

它使用了一种解决方法,使用 iOS6 的相机插件的录制功能来录制视频和音频并将其上传到服务器。然后 FFMPEG 处理视频并将音频提取为 .wav 文件。

由于存在所有限制和未最终确定的 HTML 5 规范,我认为这是它发挥作用的唯一方法。我希望这有帮助。

This is the only solution within iOS 6 that I've found so far:

Youtube video showing how it works

The source can be found here:
GitHub Repository Link

It uses an workaround by using iOS6's camera plugin's record features to record video and audio and uploads that to the server. Then FFMPEG crunches the video and extracts the audio as a .wav file.

With all the limitations and unfinalized HTML 5 specs, I think this is the only way for it to work. I hope this helps.

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