Example #1
0
 def stop(self):
     check_mixer()
     sdl.Mix_HaltChannel(self.chan)
Example #2
0
def stop():
    """stop(): return None

      stop playback of all sound channels"""
    check_mixer()
    sdl.Mix_HaltChannel(-1)