diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/tinycap.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/tinycap.1 b/utils/tinycap.1 index 27c4299..4103a93 100644 --- a/utils/tinycap.1 +++ b/utils/tinycap.1 @@ -16,29 +16,37 @@ Options can be used to specify various hardware parameters to open the PCM with. .TP \fB\-D\fR \fIcard\fR Card number of the PCM. +The default is 0. .TP \fB\-d\fR \fIdevice\fR Device number of the PCM. +The default is 0. .TP \fB\-c\fR \fIchannels\fR Number of channels the PCM will have. +The default is 2. .TP \fB\-r\fR \fIrate\fR Number of frames per second of the PCM. +The default is 48000. .TP \fB\-b\fR \fIbits\fR Number of bits per sample the PCM will have. +The default is 32. + .TP \fB\-p\fR \fIperiod_size\fR Number of frames in a period. +The default is 1024. .TP \fB\-n\fR \fIperiods\fR Number of periods the PCM will have. +The default is 4. .TP \fB\-t\fR \fIseconds\fR |