zmxv / react-native-sound

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

How to make infinite random group loops? #115

Closed gHashTag closed 5 years ago

gHashTag commented 7 years ago

I tried setNumberOfLoops but this function is not suitable because the sets amount loop, and after Returns the the beginning, and I needed after a run out a magnifying glass to return to the top with a new random group Loops. That's where I left off: https://gist.github.com/gHashTag/efbc812ec486efc79d1fac883764e537

zmxv commented 7 years ago

What do you mean by "infinite random group loops"? Also, the gist link is broken.

gHashTag commented 7 years ago

"infinite random group loops" - Here is a similar project: http://play.mubert.com My App: https://github.com/playra/raketa/tree/v1/app

gHashTag commented 7 years ago

@benvium help please