I want to play sound in randomly without repeating at once time.All sound played after again start new cycle of random sound.
For Example:we have 5 file.
start random playing:3,1,5,2,4(this is right)--- 3,1,3,5,2,4(this is wrong)
I want to play sound in randomly without repeating at once time.All sound played after again start new cycle of random sound.
For Example:we have 5 file.
start random playing:3,1,5,2,4(this is right)--- 3,1,3,5,2,4(this is wrong)
Conceptually this is how I would approach this problem
Kinda makes sense?