react-native-sound icon indicating copy to clipboard operation
react-native-sound copied to clipboard

Multiple sounds are running

Open hardikmehta88999 opened this issue 3 years ago • 2 comments

How can i stop the playing of multiple audio at same time ? react- native [Android-iOS]

hardikmehta88999 avatar Aug 12 '21 11:08 hardikmehta88999

i believe each audio is a seperate instance of the Sound class. so you will have to keep track of your instances then run .pause() or .stop() on each of them to stop all audio files together

EyadAlghamdi avatar Aug 27 '21 01:08 EyadAlghamdi

But How??

nagarathna7777 avatar Jun 26 '23 10:06 nagarathna7777