channel methods - Protovision/moonbase GitHub Wiki
channel:pause( )
Pauses the sound channel
channel:resume( )
Resumes the sound channel
channel:stop( )
Stops the sound channel
channel:getVolume( )
Returns a normalized number representing the sound channel's volume
channel:setVolume( volume )
Sets the volume of the sound channel. volume is a normalized number from 0.0 to 1.0