logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

Return Value

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

See Also

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

Allegro                                           version 4.4.3                       start_sound_input(3alleg4)

Synopsis

#include<allegro.h>intstart_sound_input(intrate,intbits,intstereo);

See Also