SoundManager Changelog

What's new in SoundManager 1.4.2

Nov 27, 2014
  • Fixed import error in Xcode 6

New in SoundManager 1.4 (Sep 30, 2013)

  • Added duration and currentTime properties
  • Added pan property
  • Fixed crash due to modifying array during enumeration
  • stopMusic method now respects the fadeOut property
  • Now requires ARC
  • Now requires a 64 bit processor on Mac OS
  • Now conforms to -Wall and -Wextra warning levels
  • Added podspec

New in SoundManager 1.3.1 (Apr 10, 2013)

  • For Mac OS projects with a deployment target of Mac OS 10.7 (Lion) or above, SoundManager now uses AVAudioPlayer instead of NSSound

New in SoundManager 1.1 (Jun 10, 2011)

  • Added looping argument to play methods
  • Added stopSound and stopAllSounds methods
  • Implemented preloading for Mac OS