.\" Generated by the Allegro makedoc utility .TH set_sound_input_source 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME set_sound_input_source \- Selects the audio input source. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int set_sound_input_source(int source); .SH DESCRIPTION Selects the audio input source. The parameter should be one of the values: .nf SOUND_INPUT_MIC SOUND_INPUT_LINE SOUND_INPUT_CD .fi .SH "RETURN VALUE" The function returns zero on success, or -1 if the hardware does not provide an input select register (ie. you have no control over the input source). .SH SEE ALSO .BR start_sound_input (3alleg4)