diff options
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. |