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

Start then stop then start again failed !

zamrokk opened this issue · comments

First time start is called, I receive data on my buffer
Then I call stop, the capturing is false

If I call start again, the capturing says true, but I receive nothing on my buffer.
Neither the event listener for success or error is called in fact ...

I tried to remove it each time and adding it again but it changes nothing :(

commented

Could you please tell us something about your environment: Do you run in on iOS, Android, emulator, Cordova version etc?

ionic 2
cordova 7.0.1

using emulator on iOS

commented

I haven't actually tested this plugin on an emulator. Does it work as expected on a real device?

commented

Does it work on any real device? Android included.

commented

Ok, sounds like a good solution.

commented

Well, good luck. I'm closing this issue for now, but feel free to reopen it or create a new one should the need arise.