reserve_voices (3) Linux Manual Page
reserve_voices – Reserve a number of voices for the digital and MIDI drivers. Allegro game programming library. Synopsis #include <allegro.h> void reserve_voices(int digi_voices, int midi_voices); Description Call this function to specify the number of voices that are to be used by the digital and MIDI sound drivers respectively. This must be done _before_ calling install_sound()….
