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

No audio on Android N #33

Closed silverhawk184 closed 7 years ago

silverhawk184 commented 7 years ago

Hello, I am testing this plugin with my Nexus 6p and am not able to get any data from the microphone using the WebAudioAPI option. I tried from the example too. It works on other devices though.