Get mic audio in android. AudioContext
问题 (For some reason I can't get an answer to this problem...) Hello. I need to access android microphone. I made a tuner app in the web using this: https://github.com/cwilso/PitchDetect. Works just fine. However when I build the app to android using intelXDK and cordova plugins I can't get any mic input. I am not sure if I need to use this: https://github.com/edimuj/cordova-plugin-audioinput. Seems like the right way to get the audioContext in android. Plus it shows a warning when installing the