예제 #1
0
파일: openal.go 프로젝트: krattai/monoflow
func (sm *soundMaker) SetGain(gain float64)   { al.Sourcef(sm.source, al.GAIN, float32(gain)) }
예제 #2
0
파일: openal.go 프로젝트: krattai/monoflow
func (sm *soundMaker) SetPitch(pitch float64) { al.Sourcef(sm.source, al.PITCH, float32(pitch)) }