From 9b9e98db543c983720cdb5fa83ce90b7b7a4abe4 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sun, 2 Oct 2016 11:29:19 -0400 Subject: added default values --- utils/tinycap.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'utils') 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 -- cgit v1.2.3