简体   繁体   中英

Using Microphone with javascript

I'm creating a web-app which needs an audio recording from the user's computer, How do I accomplish this using JavaScript? I've heard about the getusermedia utilities but that's not very stable and I'm looking for a better alternative. Can someone suggest me anything?

scriptcam offers a flash alternative instead of using getusermedia . It is very stable for now. https://www.scriptcam.com/

getusermedia is quite stable and simple. check out this jsfiddle i made much earlier: http://jsfiddle.net/XHzT6/ (warning:might only work on chrome.) Hopefully, you might change your mind.

cheers!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM