Recorderjs
Recorderjs copied to clipboard
Integrate getUserMedia.js to provide fallback for unsupported browsers
This is a polyfill for getUserMedia that should allow this library to work on Safari and IE: https://github.com/addyosmani/getUserMedia.js/
The Flash fallback in that polyfill doesn't seem to be getting audio from flash. Only video.
https://github.com/addyosmani/getUserMedia.js/blob/gh-pages/dist/fallback/src/jscam.as
Is there any fallback for audio that we could use? Getting this to work on Safari and IE would be great.
https://github.com/Temasys/AdapterJS How about this?
Edit: Looks like it doesn't support AudioContext.createMediaStreamSource() which is required by the recorderjs. Is there a workaround for that.
Any news about adapter.js?