You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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);
The text was updated successfully, but these errors were encountered: