Man Linux: Main Page and Category List

NAME

       start_sound_input  -  Starts recording in the specified format. Allegro
       game programming library.

SYNOPSIS

       #include <allegro.h>

       int start_sound_input(int rate, int bits, int stereo);

DESCRIPTION

       Starts recording in the specified format, suspending audio playback  as
       necessary if the card is not full duplex.

RETURN VALUE

       Returns the buffer size in bytes if successful, or zero on error.

SEE ALSO

       install_sound_input(3alleg),                  read_sound_input(3alleg),
       stop_sound_input(3alleg),                        digi_recorder(3alleg),
       set_sound_input_source(3alleg),       get_sound_input_cap_parm(3alleg),
       get_sound_input_cap_bits(3alleg),     get_sound_input_cap_rate(3alleg),
       get_sound_input_cap_stereo(3alleg)