addyosmani / getUserMedia.js

Shim for getUserMedia(). Uses native implementation for modern browsers and a Flash fallback for everyone else.
MIT License
903 stars 158 forks source link

Add Audio Support #6

Open lemonhall opened 12 years ago

lemonhall commented 12 years ago

https://code.google.com/p/wami-recorder/

Here is flash fallback .....to record audio...

works fine... but not in getUserMedie style

Can you add some Audio support?

addyosmani commented 12 years ago

Thanks for the suggestion. I need to think about this a little because there are a few specifics that need to be kept in mind. Right now it's looking like the Media Capture API would be used for recording (beyond just access) http://www.w3.org/TR/media-capture-api/. Also, audio for getUserMedia(), I believe needs to come through PeerConnection . Once I've figured out the start and endpoints for how this should be connected together, it'll be more feasible to get a fallback for sound in place.

lemonhall commented 12 years ago

right now the getUserMedia() API just fine ...but spec never talk about codec/bitrates/samples rate, which is very important for recording ....and trasmit on Internet..

thanks your reply...just waiting the api is so borning...

jeffchan commented 11 years ago

See https://github.com/thomasboyt/web-audio-recording-demo for recording

lemonhall commented 11 years ago

Thank your anyway...

fluke commented 9 years ago

Is it possible to integrate audio support now?

mscdex commented 9 years ago

+1