Skip to content

Commit a84e283

Browse files
Update sample --help
1 parent 889c005 commit a84e283

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ Options:
122122
Exact matches are prioritized. Don't forget to quote the string when
123123
using globs, to avoid unwanted shell glob extension.
124124
Default: none
125+
--listen-timeout-secs
126+
The listen command updates the output as soon as it receives an event
127+
from PulseAudio. However, events are often accompanied by many other
128+
useless ones, which may result in unnecessary consecutive output
129+
updates. This script buffers the following events until a timeout is
130+
reached to avoid this scenario, which lessens the CPU load on events.
131+
However, this may result in noticeable latency when performing many
132+
actions quickly (e.g., updating the volume with the mouse wheel). You
133+
can specify what timeout to use to control the responsiveness, in
134+
seconds.
135+
Default: "0.05"
125136
126137
Actions:
127138
help display this message and exit

0 commit comments

Comments
 (0)