``` var s = new buzz.sound(filelocation); var myGroup = new buzz.group([ s ]); myGroup.load(); myGroup.togglePlay(); ``` Also, how do I find out if the sound is done playing?