edimuj / cordova-plugin-audioinput

This iOS/Android Cordova/PhoneGap plugin enables audio capture from the device microphone, by in near real-time forwarding audio to the web layer of your application. A typical usage scenario for this plugin would be to use the captured audio as source for a web audio node chain, where it then can be analyzed, manipulated and/or played.
https://github.com/edimuj/app-audioinput-demo
MIT License
161 stars 88 forks source link

Fixes issue #17 #19

Closed Tattomoosa closed 8 years ago

Tattomoosa commented 8 years ago

deleted an underscore (screwed it up the first time lol), tested - works.

edimuj commented 8 years ago

Good job fixing that bug, Matt!