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

iOS support #1

Closed edimuj closed 8 years ago

edimuj commented 8 years ago

Implement iOS support using Audio Units.

wilsonlmh commented 8 years ago

Good job!! May I ask will iOS support soon?

edimuj commented 8 years ago

Thanks! I have a rough solution for iOS ready, and hope that I will be able to finish it in the coming weeks.

joedaniels29 commented 8 years ago

Hm. Maybe not? haha I'm looking for a cordova plugin that will capture audio and work with Steroids.js (😭 don't use steroids.)

edimuj commented 8 years ago

The iOS implementation of the plugin is now ready. :)