def stop(self): check_mixer() sdl.Mix_HaltChannel(self.chan)
def stop(): """stop(): return None stop playback of all sound channels""" check_mixer() sdl.Mix_HaltChannel(-1)