.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_destroy_voice" "3" "" "Allegro reference manual" .SH NAME al_destroy_voice \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_destroy_voice(ALLEGRO_VOICE *voice) .EE .SH DESCRIPTION Destroys the voice and deallocates it from the digital driver. Does nothing if the voice is NULL. .SH SEE ALSO al_create_voice(3)