I\'m currently developing a game using Apple\'s SpriteKit library but I\'m unable to stop a sound after is has began playing. I have tried using the listed methods from the
Ive had similar issues using SK audio.. and as a result I have fallen back on using AVFoundation. I found this a while ago; it does everything I need it to do and sounds like it might fix your issue as well!