staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
693 stars 111 forks source link

fix issue with safari cannot instantiate new AudioContext after exception #52

Closed pasloc closed 3 years ago

pasloc commented 3 years ago

Safari won't let you instantiate new AudioContexts if an error was thrown. This can be fixed with the singleton pattern for the AudioContext.

staskobzar commented 3 years ago

Great, thank you, pasloc. Will publish in v2.1.1