func (v *Voice) Detach() { C.al_detach_voice((*C.ALLEGRO_VOICE)(unsafe.Pointer(v))) }
// Detaches the voice. func (voice *Voice) Detach() { C.al_detach_voice(voice.handle) }