SoundManager
SoundManager copied to clipboard
no Pause Music functionality in SoundManager
is there any easy way to add a pause functionality to PlayMusic? It can be sometimes essential to be able to pause a music that's playing and resume it later on at the same timing we paused it.
Yes. If you play your music directly using a Sound object instead of through the SoundManager interface, you can pause and resume from the point you left off.
Thank you for your prompt response. I was able to modify the SoundManager and created the Pause / Resume Music playback modules. Tested it, it's working.
I can share the code if you want.
@n2oula share the code please
@n2oula @Meseery Hi. So, guys, have you Pause implementation?