1start_sound_input(3) Allegro manual start_sound_input(3)
2
3
4
6 start_sound_input - Starts recording in the specified format. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 int start_sound_input(int rate, int bits, int stereo);
14
16 Starts recording in the specified format, suspending audio playback as
17 necessary if the card is not full duplex.
18
20 Returns the buffer size in bytes if successful, or zero on error.
21
22
24 install_sound_input(3), read_sound_input(3), stop_sound_input(3),
25 digi_recorder(3), set_sound_input_source(3),
26 get_sound_input_cap_parm(3), get_sound_input_cap_bits(3),
27 get_sound_input_cap_rate(3), get_sound_input_cap_stereo(3)
28
29
30
31Allegro version 4.2.2 start_sound_input(3)