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

Dependency with cordova-plugin-compat since cordova-android 6.3.0 ? #55

Closed tchantchoj closed 6 years ago

tchantchoj commented 6 years ago

Hello,

Now that cordova-plugin-compat is embedded in cordova-android 6.3.0, do you plan to remove the dependency with cordova-plugin-compat in this plugin?

Thanks.

edimuj commented 6 years ago

Hi, no it will not be removed, since that would break the builds for those that still run an older version of the Android platform. But I will specify, when I have some time, that the 1.2.0 version of the compat plugin is to be used, since that version automatically detects if it is needed or not.