Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initialize audio manager only if an instance needs it
partially addressing [this request](https://rive.app/community/forums/bugs/fsLjspgTHYcR/new-web-runtime-is-trying-to-setup-audiocontext-before-user-interaction/ftnduzDdPGw9) from a user this improves how we handle audio in web. Now, instead of requesting an audio context for all cases, we reduce it to scenarios where an animation has an audio event. Diffs= 328d307df initialize audio manager only if an instance needs it (#7132)
- Loading branch information