slackbuilds_ponce/audio/listener
dsomero 749e418f19 audio/listener: Handle .new files correctly.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-03-24 19:23:15 -05:00
..
doinst.sh audio/listener: Added to 12.1 repository 2010-05-11 22:53:09 +02:00
listener.info audio: nitpicks on ordering of .info file 2010-05-18 00:29:16 -05:00
listener.SlackBuild audio/listener: Handle .new files correctly. 2011-03-24 19:23:15 -05:00
README libsndfile is no longer mentioned as a dep in README files. 2011-03-14 17:31:56 -05:00
slack-desc audio/listener: Updated for version 1.7.2 2010-05-13 00:21:27 +02:00

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:

1. Remove the line: filter = ./my_filter2.so.0.1 0 3000.0 1.0
   from /etc/listener.conf.

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.

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.