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

Capturing android speaker output ?! #44

Closed doonfrs closed 7 years ago

doonfrs commented 7 years ago

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!

edimuj commented 7 years ago

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?

gabrielvanderlei commented 7 years ago

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

edimuj commented 7 years ago

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.