func (sm *soundMaker) SetGain(gain float64) { al.Sourcef(sm.source, al.GAIN, float32(gain)) }
func (sm *soundMaker) SetPitch(pitch float64) { al.Sourcef(sm.source, al.PITCH, float32(pitch)) }