Is it possible to play two sounds at once from a soundsprite?

If you’re using HTML5Audio you need to pass, e.g., { instances: 2 } (or more) in the load call.

If you’re using WebAudio it should just work.

1 Like