question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working in Safari

See original GitHub issue

Not Supported for safari, I’m getting this error. ReferenceError: Can't find variable: AudioContext

Not familiar with working on this code but I’d like to try and help! I’ll make a fork and try to fix it there.

References I will use: https://github.com/amaneureka/T-Rex/issues/5 https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=2ahUKEwiFgJPCsMfhAhUKZt4KHaAkDesQFjAAegQIBhAB&url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F29373563%2Faudiocontext-on-safari&usg=AOvVaw3kEDo36YZzRZyMotS4zQRj

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
LovaszNorbertcommented, Jan 7, 2020

there is Still a issue in Safari , after we make the change with webkitAudioContext , the recording is so messed Up , distorted, does someone have any idea why?

2reactions
eltongonccommented, Apr 23, 2019

@KyruCabading I’ve noticed that setting the window.AudioContext helped me fix a part of this issue on the newer safari (IOS 12).

window.AudioContext = window.AudioContext || window.webkitAudioContext;
Read more comments on GitHub >

github_iconTop Results From Across the Web

If Safari on Mac doesn't open a webpage or isn't working as ...
If Safari on Mac doesn't open a webpage or isn't working as expected · Reload the page · Check Safari extensions · Check...
Read more >
How to fix Safari not working on Mac? - MacPaw
Click the Apple menu. Select Force Quit. Choose Safari from the list of apps and click Force Quit.
Read more >
Safari Not Working on Mac? 9 Ways to Fix
1. Force Quit Safari. If Safari just froze on you and is not working at all on your Mac, try force-quitting it. ·...
Read more >
Safari Not Working on Mac/MacBook, How to Fix? (2022)
Safari not working on Mac, try these solutions · Check the network · Force quit Safari · Restart Mac · Clear the website...
Read more >
8 Ways to Fix Safari Not Working on an iPhone - MakeUseOf
8 Ways to Fix Safari Not Working on an iPhone · 1. Turn Off Safari Suggestions · 2. Turn On Cellular Data for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found