# File lib/rubygame/sound.rb, line 259 def playing? channel_active? and SDL::Mixer.Playing(@channel) == 1 and SDL::Mixer.Paused(@channel) == 0 end