# File lib/rubygame/sound.rb, line 329
  def stopped?
    (not channel_active?) or (SDL::Mixer.Playing(@channel) == 0)
  end