.TH "al_install_audio(3alleg5) Allegro reference manual" "" "" "" "" .SH NAME .PP al_install_audio \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ bool\ al_install_audio(void) \f[] .fi .SH DESCRIPTION .PP Install the audio subsystem. .PP Returns true on success, false on failure. .PP Note: most users will call al_reserve_samples(3alleg5) and al_init_acodec_addon(3alleg5) after this. .SH SEE ALSO .PP al_reserve_samples(3alleg5), al_uninstall_audio(3alleg5), al_is_audio_installed(3alleg5), al_init_acodec_addon(3alleg5)