Example #1
0
func (v *Voice) Detach() {
	C.al_detach_voice((*C.ALLEGRO_VOICE)(unsafe.Pointer(v)))
}
Example #2
0
File: audio.go Project: beoran/algo
// Detaches the voice.
func (voice *Voice) Detach() {
	C.al_detach_voice(voice.handle)
}