Implements GitHub - edimuj/cordova-plugin-audioinput
This Cordova plugin enables audio capture from the device microphone, by in (near) real-time forwarding raw audio data to the web layer of your web application. A typical usage scenario for this plugin would be to use the captured microphone audio as an audio source for Web audio API based applications.
Since Navigator.getUserMedia() and Navigator.mediaDevices.getUserMedia() aren't supported by all browsers, this plugin provides similar functionality.
Navigator.getUserMedia()
Navigator.mediaDevices.getUserMedia()
The plugin supports two different methods for microphone capture:
audioinput
The MIT License (MIT)
Copyright (c) 2016 Edin Mujkanovic