在 HTML 中录制音频
Record audio in HTML
我想知道如何在网络应用程序中录制音频,但找不到任何东西。真的还是没有办法吗?
我对可以在移动设备上运行的 API 特别感兴趣。
参考:record audio in HTML / js without Flash?
目前我唯一发现的就是这个。看看吧。
William 在上面的评论 (https://github.com/mattdiamond/Recorderjs), and then there's a new API being implemented called the Media Recorder API (https://developer.mozilla.org/en/docs/Web/API/MediaRecorder_API) 中提到的 Recorder.js 库目前支持较少,但它是一个标准,而不是第三方库。
我想知道如何在网络应用程序中录制音频,但找不到任何东西。真的还是没有办法吗?
我对可以在移动设备上运行的 API 特别感兴趣。
参考:record audio in HTML / js without Flash?
目前我唯一发现的就是这个。看看吧。
William 在上面的评论 (https://github.com/mattdiamond/Recorderjs), and then there's a new API being implemented called the Media Recorder API (https://developer.mozilla.org/en/docs/Web/API/MediaRecorder_API) 中提到的 Recorder.js 库目前支持较少,但它是一个标准,而不是第三方库。