1install_sound_input(3) Allegro manual install_sound_input(3)
2
3
4
6 install_sound_input - Initialises the sound recorder module. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 int install_sound_input(int digi, int midi);
14
16 Initialises the sound recorder module. You must install the normal
17 sound playback system before calling this routine. The two card parame‐
18 ters should use the same constants as install_sound(), including
19 DIGI_NONE and MIDI_NONE to disable parts of the module, or DIGI_AUTODE‐
20 TECT and MIDI_AUTODETECT to guess the hardware.
21
23 This function returns zero on success, and any other value if the
24 machine or driver doesn't support sound recording.
25
26
28 install_sound(3), start_sound_input(3), midi_recorder(3)
29
30
31
32Allegro version 4.4.3 install_sound_input(3)