diff --git a/libalsaaudio.html b/libalsaaudio.html index 60e8879..052e43c 100644 --- a/libalsaaudio.html +++ b/libalsaaudio.html @@ -118,12 +118,7 @@ recording). The arguments are:
(default).mode - can be either PCM_NONBLOCK, or PCM_NORMAL
(default).
rate - the sampling rate in Hz. Typical values are 8000
--(mainly used for telephony),
-16000,44100(default),48000and96000.
rate - the sampling rate in Hz. Typical values are 8000 (mainly used for telephony), 16000, 44100 (default), 48000 and 96000.
channels - the number of channels. The default value is 2 (stereo).
format - the data format. This controls how the PCM device interprets data for playback, and how data is encoded in captures.
The default value is PCM_FORMAT_S16_LE.