.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_set_default_voice" "3" "" "Allegro reference manual" "" .SH NAME al_set_default_voice \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_set_default_voice(ALLEGRO_VOICE *voice) .EE .SH DESCRIPTION You can call this before calling al_restore_default_mixer to provide the voice which should be used. Any previous voice will be destroyed. You can also pass NULL to destroy the current default voice. .SH SINCE 5.1.13 .SH SEE ALSO al_get_default_mixer(3)