예제 #1
0
func (v *Voice) Detach() {
	C.al_detach_voice((*C.ALLEGRO_VOICE)(unsafe.Pointer(v)))
}
예제 #2
0
파일: audio.go 프로젝트: beoran/algo
// Detaches the voice.
func (voice *Voice) Detach() {
	C.al_detach_voice(voice.handle)
}