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

Recorded Audio not captured Properly

ShyamSMoorthy opened this issue · comments

Hello, We are integrating the audio input plugin with Vuejs , Initially we faced the slowness while concatenating , which was have raised #104 was fixed by ourselves . Now we are facing capture issue (i.e) when an audio captured for 5 minutes we able to capture the recording for 5 min , but in between the recorded audio was not playing for a 30-40 sec and again it resumes , this not occurring in a pattern .The time gap occurs in various time intervals and causes a unstable environment.we have tried with both the plugin versions but we the same issue persists.Your valuable inputs are highly appreciated.

The workaround for issue #104 :

audioBuffer.Push(...audioBuffer);