SoundManager icon indicating copy to clipboard operation
SoundManager copied to clipboard

Simple sound and music player class for playing audio on Mac and iPhone

Results 14 SoundManager issues
Sort by recently updated
recently updated
newest added

Hi Nick, First of all, thanks for the library. I've developed an app with it, but for some reason, on some devices, it doesn't generate sound unless I plug the...

When my device is muted, the sounds still play for a second and then stops. Any suggestions how to stop that. Thanks

For some songs i am not able to play. Getting one error message if i pass the error in this method - (Sound *)initWithContentsOfURL:(NSURL *)URL. and the error is "...

Hi, I want to play a theme music on my iOS game using the following : [[SoundManager sharedManager] playMusic:kThemeSound looping:YES]; It is working well except that there is a gap...