예제 #1
0
파일: hge.go 프로젝트: losinggeneration/hge
func (h *HGE) Channel_SetPitch(chn sound.Channel, pitch float64) {
	chn.SetPitch(pitch)
}