al_install_audio(1) Allegro 5 API

SYNOPSIS


#include <allegro5/allegro_audio.h>
bool al_install_audio(void)

DESCRIPTION

Install the audio subsystem.

Returns true on success, false on failure.

Note: most users will call al_reserve_samples(3alleg5) and al_init_acodec_addon(3alleg5) after this.