Ability to play multiple instances of the same sound at the same time. #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
May end up needing to refactor Sound into an AudioBuffer class that contains actual sound data, and the Sound object pulls from the AudioBuffer. This will enable multiple Sound instances using the same source.