mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/listener: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7524c8e91e
commit
d6e83a1611
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
This program listens for sound. If it detects any, it starts recording
|
This program listens for sound. If it detects any, it starts recording
|
||||||
automatically and also automatically stops when things become silent again.
|
automatically and also automatically stops when things become silent
|
||||||
|
again.
|
||||||
|
|
||||||
In order to use this, a few steps need to be completed first:
|
In order to use this, a few steps need to be completed first:
|
||||||
|
|
||||||
1. Run setlistener (as an ordinary user), and use the
|
1. Run setlistener (as an ordinary user), and use the
|
||||||
cursor keys on your keybord to move the "|" left and right until
|
cursor keys on your keybord to move the "|" left and right
|
||||||
<silence> appears in place of <SOUND!>. Make a note of the "Current
|
until <silence> appears in place of <SOUND!>. Make a note of the
|
||||||
detection level", and modify the detect_level value in
|
"Current detection level", and modify the detect_level value in
|
||||||
/etc/listener.conf to match.
|
/etc/listener.conf to match.
|
||||||
|
|
||||||
2. To start, run listener -f (to prevent it forking to the background.
|
2. To start, run listener -f (to prevent it forking to the background.
|
||||||
|
|
Loading…
Reference in a new issue