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

[QUESTION] Is the audio recorded free of filters like noise cancellation? #120

Closed asztern closed 1 year ago

asztern commented 3 years ago

Hi, we need to record an audio and make sure is filters free. That includes not having the noise cancellation filter active and others. Is this possible with this plugin?

Thank you in advance Ariel

TobiasFPJS commented 3 years ago

That is possible in the app, but might not be 100% enforced on IOS ( a lot depends on apple) (read the documentation)