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.
The standard AudioNode object has an audioContext property. For compatibility reasons, would it be possible to add this property (in addition to the getAudioContext() method)?
The standard
AudioNode
object has anaudioContext
property. For compatibility reasons, would it be possible to add this property (in addition to thegetAudioContext()
method)?