Re: Record Audio using on Browser platform

2015-08-12 Thread Jesse
... Not currently. Pull requests are always welcome. > On Aug 11, 2015, at 7:27 PM, Shazron wrote: > > No. > > Media Capture plugin only supports Camera: > https://github.com/apache/cordova-plugin-media-capture/tree/master/src > Media plugin does not support browser: > https://github.com/ap

Re: Record Audio using on Browser platform

2015-08-11 Thread Shazron
No. Media Capture plugin only supports Camera: https://github.com/apache/cordova-plugin-media-capture/tree/master/src Media plugin does not support browser: https://github.com/apache/cordova-plugin-media/tree/master/src On Tue, Aug 4, 2015 at 12:02 AM, Chris Hane wrote: > Is there a way to reco

Record Audio using on Browser platform

2015-08-03 Thread Chris Hane
Is there a way to record audio on the browser platform (for any browser)? I couldn't figure it out if there was. It looks like Media browser plugin is hard coded to through an error (even on Chrome). Thanks, Chris