Exemplo n.º 1
0
func (v *Voice) Detach() {
	C.al_detach_voice((*C.ALLEGRO_VOICE)(unsafe.Pointer(v)))
}
Exemplo n.º 2
0
Arquivo: audio.go Projeto: beoran/algo
// Detaches the voice.
func (voice *Voice) Detach() {
	C.al_detach_voice(voice.handle)
}