# File lib/rubygame/sound.rb, line 317
  def stop
    if channel_active?
      SDL::Mixer.HaltChannel( @channel )
    end

    return self
  end