debian man page for start_sound_input

Query: start_sound_input

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

start_sound_input(3alleg4)					  Allegro manual					start_sound_input(3alleg4)

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(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.2 start_sound_input(3alleg4)
Related Man Pages
exrotscl(3alleg4) - debian
start_sound_input(3alleg4) - debian
exrotscl(3alleg4) - centos
exrotscl(3alleg4) - php
read_sound_input(3alleg4) - linux
Similar Topics in the Unix Linux Community
recording keystrokes in vi