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
Did you check that the audio context is created? They are limited in how many you are allowed at once and it sounds like you are not reusing them, or leaking them somewhere.
I have simple-web-audio-recorder-demo implementing laravel applications, android, windows(desktop) working fine.
But, In iphones and IOS not working after 4th recording voice, only accept 4 voice recording.
It showing errror -> TypeError: null is not an object (evaluating 'audioContext.createMediaStreamSource').
How to solve the issue?
The text was updated successfully, but these errors were encountered: