mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 23:33:30 -04:00
added default values
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user