get_sound_input_cap_parm (3) Linux Manual Page
NAME get_sound_input_cap_parm – Detects if the specified recording parameters are supported. Allegro game programming library. SYNOPSIS #include <allegro.h> int get_sound_input_cap_parm(int rate, int bits, int stereo); DESCRIPTION Checks whether the specified recording frequency, number of bits, and mono/stereo mode are supported (and how) by the current audio driver. RETURN VALUE The function returns one of the…
