diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 16:26:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:51 +0700 |
commit | d6e83a16113e7a1ff763e597e3a3301bea5402a6 (patch) | |
tree | 075869c606d1aff4329ac5b0074f712c2178fe59 /audio | |
parent | 7524c8e91e10f28b85910e5e2d4824af4c133ad6 (diff) |
audio/listener: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/listener/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/listener/README b/audio/listener/README index 9fcafeebaabd3..b5cf3cb863658 100644 --- a/audio/listener/README +++ b/audio/listener/README @@ -1,12 +1,13 @@ 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: 1. Run setlistener (as an ordinary user), and use the - cursor keys on your keybord to move the "|" left and right until - <silence> appears in place of <SOUND!>. Make a note of the "Current - detection level", and modify the detect_level value in + cursor keys on your keybord to move the "|" left and right + until <silence> appears in place of <SOUND!>. Make a note of the + "Current detection level", and modify the detect_level value in /etc/listener.conf to match. 2. To start, run listener -f (to prevent it forking to the background. |