zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 747 forks source link

Load new song in exciting player? #651

Open Acetyld opened 4 years ago

Acetyld commented 4 years ago

Hello,

How do i load a new song in a exciting player. We are facing this issue on our almost finished app. Before we were creating new instances of the sound for our soundboard. On play it creates a sound and stops/releases al other sounds. But.. because this is async this was a big issue for us because, if spamming the sounds it ended up in a async race.

So how do i load a new song in a exciting sound?