mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:55:42 +01:00
Describe what happens if aplay's --duration is zero
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
parent
3e6080525e
commit
c7faadde2d
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ There are also two format shortcuts available:
|
||||||
Sampling rate in Hertz.
|
Sampling rate in Hertz.
|
||||||
.TP
|
.TP
|
||||||
\fI-d, --duration=#\fP
|
\fI-d, --duration=#\fP
|
||||||
Interrupt after # seconds
|
Interrupt after # seconds.
|
||||||
|
A value of zero means infinity.
|
||||||
|
The default is zero, so if this option is omitted then the arecord process will run until it is killed.
|
||||||
.TP
|
.TP
|
||||||
\fI-s, --sleep-min=#\fP
|
\fI-s, --sleep-min=#\fP
|
||||||
Min ticks to sleep
|
Min ticks to sleep
|
||||||
|
|
Loading…
Reference in a new issue