summaryrefslogtreecommitdiffstats
path: root/audio/listener/README
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenave at gmail dot com>2011-10-19 08:06:04 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2011-10-19 08:06:04 -0200
commit8d5c20db4abffdde22060be57b4f9b2fd78c1819 (patch)
tree101cece081881e5ccb93220f76c72d18fbb3c174 /audio/listener/README
parentc572b42ea8a53032de765636c42fa73503a7ecd1 (diff)
downloadslackbuilds-8d5c20db4abffdde22060be57b4f9b2fd78c1819.tar.gz
slackbuilds-8d5c20db4abffdde22060be57b4f9b2fd78c1819.tar.xz
audio/listener: Updated for version 2.0.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/listener/README')
-rw-r--r--audio/listener/README20
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/listener/README b/audio/listener/README
index a2a14cb0f7..b4e6f674db 100644
--- a/audio/listener/README
+++ b/audio/listener/README
@@ -1,16 +1,16 @@
This program listens for sound. If it detects any, it starts recording
automatically and also automatically stops when things become silent again.
-In order to use this, a few steps need to be completed first:
+Listener requires portaudio.
-1. Remove the line: filter = ./my_filter2.so.0.1 0 3000.0 1.0
- from /etc/listener.conf.
+In order to use this, a few steps need to be completed first:
-2. 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 /etc/listener.conf to match.
+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
+ /etc/listener.conf to match.
-3. To start, run listener -f (to prevent it forking to the background. Omit -f
- if you wish to fork). Output will be saved in the current directory as a
- wav file by default.
+2. To start, run listener -f (to prevent it forking to the background.
+ Omit -f if you wish to fork). Output will be saved in the current
+ directory as an ogg file by default.