Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: null is not an object (evaluating 'audioContext.createMediaStreamSource') Showing error in iphones #10

Open
gowthambopathyraj opened this issue Jul 3, 2020 · 1 comment

Comments

@gowthambopathyraj
Copy link

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?

@hmoffatt
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants