From d6e83a16113e7a1ff763e597e3a3301bea5402a6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 16:26:53 -0400 Subject: [PATCH] audio/listener: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- audio/listener/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/listener/README b/audio/listener/README index 9fcafeebaa..b5cf3cb863 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 - appears in place of . 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 appears in place of . 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.