added default values

This commit is contained in:
Taylor Holberton
2016-10-02 11:29:19 -04:00
parent 27619adcc1
commit 9b9e98db54
+8
View File
@@ -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