问题描述
我试过有没有办法录制音频使用 HTML5 无济于事.我尝试使用 这个例子但它没有用.我猜他说的时候是认真的尚不支持任何浏览器.
我错过了什么吗?也许已经有可能了?在基于浏览器的应用程序上录制音频有哪些选择?
请只开放源代码:)
爱立信实验室已经实现了这一点,请参阅:here(注意:请注意,设备元素和相关的 API 尚未在任何浏览器中可用,而且 API 可能会在此发生之前发生变化.)但它让您大致了解它是如何完成的.>
我目前正在做这样的事情,请参阅:这里.
I've tried to see if there's a way to record audiowith HTML5 to no avail. I tried using this example but it didn't work. I'm guessing he really meant it when he saidthat it is not supported by any browser yet.
Am I missing something? perhaps it is already possible?What are my options to record audio on a browser-based application?
Open Source only please :)
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.
这篇关于使用 HTML5 进行音频捕获的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!