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.

Home Page:https://github.com/edimuj/app-audioinput-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] attach plugin output to p5

sarthak-g opened this issue · comments

Hi,
I want to pass live voice received using plugin from microphone to p5.fft.setInput method. How can I do that?
I've set up web audio demo