install_sound_input (3) Linux Manual Page
install_sound_input – Initialises the sound recorder module. Allegro game programming library. Synopsis#include <allegro.h> int install_sound_input(int digi, int midi); DescriptionInitialises the sound recorder module. You must install the normal sound playback system before calling this routine. The two card parameters should use the same constants as install_sound(), including DIGI_NONE and MIDI_NONE to disable parts of the…
