How to play one sound file simultaneously? (Polyphonically play a sound)

Hi yall!
I am trying to play a single sound file simultaneously. I called await Audio.Sound.createAsync() to create unique classes for each simultaneous use, but it still works like before, waiting for the sound to complete playing before the next one occurs… Any and all help is greatly appreciated :slight_smile: