aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-10-02 11:29:19 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-10-02 11:29:19 -0400
commit9b9e98db543c983720cdb5fa83ce90b7b7a4abe4 (patch)
tree957edfc84eaafb5835a59dd679281a6b4b8e3bdb /utils
parent27619adcc1581e8d02d1b926636dd3713809ba76 (diff)
added default values
Diffstat (limited to 'utils')
-rw-r--r--utils/tinycap.18
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