![]() |
![]()
| ![]() |
![]()
NAMEget_sound_input_cap_rate - Returns the maximum sample frequency for recording. Allegro game programming library. SYNOPSIS#include <allegro.h> int get_sound_input_cap_rate(int bits, int stereo); DESCRIPTIONReturns the maximum possible sample frequency for recording in the specified format, or zero if these settings are not supported. The bits parameter is the number of bits of the audio, and stereo is a boolean parameter. Pass zero for mono, non-zero for stereo input. Example:
SEE ALSOstart_sound_input(3), get_sound_input_cap_parm(3), get_sound_input_cap_bits(3), get_sound_input_cap_stereo(3)
|