-
Notifications
You must be signed in to change notification settings - Fork 830
Description
Hey, I'm finding a memory leak when using the web audio plugin on all IOS devices. After adding and removing 8 or 9 sounds, the safari browser will crash as it runs out of memory.
After switching to use the html audio plugin, this is no longer a problem as it correctly removes sounds from memory, however it breaks support for IOS6 and Ipad 3 devices. This makes me believe that the problem lies within the web audio plugin, and not my usage of it. This occurs on the current version, which I compiled myself yesterday from the repo.
My setup is very complex, using haxe compiled to JS to load and unload sounds, so I will get to work on a basic web application to reproduce it with the same sounds. Any help or knowledge on this would be appreciated as I am unable to find any solutions online.
Thanks