.\" Generated by the Allegro makedoc utility
.TH release_voice 3alleg4 "version 4.4.2" "Allegro" "Allegro manual"
.SH NAME
release_voice \- Releases a sound card voice. Allegro game programming library.\&
.SH SYNOPSIS
.B #include <allegro.h>

.sp
.B void release_voice(int voice);
.SH DESCRIPTION
Releases a sound card voice, indicating that you are no longer interested 
in manipulating it. The sound will continue to play, and any resources 
that it is using will automatically be freed when it finishes. This is 
essentially the same as deallocate_voice(), but it waits for the sound to 
stop playing before taking effect.

.SH SEE ALSO
.BR allocate_voice (3alleg4),
.BR deallocate_voice (3alleg4)