最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How do I capture microphone input using getUserMedia in Chrome 21+? - Stack Overflow

programmeradmin2浏览0评论

Chrome 21 was recently released, but I have not seen any working examples of getUserMedia for recording audio.

I've seen some nice examples for working with the webcam, but none that are able to record audio in a format that you could upload to a server:
/

WebRTC is saying that recording in this way may not be possible yet, even with the Chrome update:

I have had success using Flash to do this and save as an MP3, WAV, or OGG file. I've also found ways to do it in Java. I think doing it natively in the Browser would be amazing.

Chrome 21 was recently released, but I have not seen any working examples of getUserMedia for recording audio.

I've seen some nice examples for working with the webcam, but none that are able to record audio in a format that you could upload to a server:
http://neave./webcam/html5/

WebRTC is saying that recording in this way may not be possible yet, even with the Chrome update: http://www.webrtc/faq-recent-topics

I have had success using Flash to do this and save as an MP3, WAV, or OGG file. I've also found ways to do it in Java. I think doing it natively in the Browser would be amazing.

Share Improve this question edited Oct 21, 2013 at 18:16 Brian Ruff asked Aug 5, 2012 at 4:03 Brian RuffBrian Ruff 1371 silver badge10 bronze badges 0
Add a ment  | 

1 Answer 1

Reset to default 3

this demo shows how to use it in opera/canary; its from march, and i think (from what you said) that it's now in chrome: http://creativejs./2012/03/getting-started-with-getusermedia/

发布评论

评论列表(0)

  1. 暂无评论