Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix closing of AudioContext that is already closed
When you were retrying after being done, the 'retry' handler was trying to close the AudioContext that had already been closed by the 'done' handler thus throwing an exception. Fixed by checking the AudioContext's state for being closed already before trying to close it.
- Loading branch information