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

Capturing android speaker output ?!

doonfrs opened this issue · comments

Hi;
I am asking if it is possible per your experience to use android speaker output as 'input' for the steam.
I saw an application doing this already, but I am wondering if it is possible? I can fork it for this feature but I want to discuss it first.

Thank you!

commented

Sorry, I haven't any experience of that. Is it something for capturing speaker sounds directly instead of through the mic, like for call recording? Anyway, sounds like a cool feature, as long as it doesn't get confusing when using the plugin in an app for both Android and iOS. Perhaps the speaker input could be specified as an additional AudioSourceType?

I have this question too. Its like capture the áudio of a sound playing at the background (the origin its an another app).

commented

Since there haven't been any activity on this issue for some time, I'm closing it. If there is more information, feel free to open it again.