FreeBSD Manual Pages
install_sound_input(3) Allegro manual install_sound_input(3) NAME install_sound_input - Initialises the sound recorder module. Allegro game programming library. SYNOPSIS #include <allegro.h> int install_sound_input(int digi, int midi); DESCRIPTION Initialises the sound recorder module. You must install the normal sound playback system before calling this routine. The two card parame- ters should use the same constants as install_sound(), including DIGI_NONE and MIDI_NONE to disable parts of the module, or DIGI_AUTODE- TECT and MIDI_AUTODETECT to guess the hardware. RETURN VALUE This function returns zero on success, and any other value if the ma- chine or driver doesn't support sound recording. SEE ALSO install_sound(3), start_sound_input(3), midi_recorder(3) Allegro version 4.4.3 install_sound_input(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=install_sound_input&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
