README 739 B

123456789101112131415161718
  1. listener (listens for sound. If detected, it starts recording)
  2. This program listens for sound. If it detects any, it starts recording
  3. automatically and also automatically stops when things become silent
  4. again.
  5. In order to use this, a few steps need to be completed first:
  6. 1. Run setlistener (as an ordinary user), and use the
  7. cursor keys on your keybord to move the "|" left and right
  8. until <silence> appears in place of <SOUND!>. Make a note of the
  9. "Current detection level", and modify the detect_level value in
  10. /etc/listener.conf to match.
  11. 2. To start, run listener -f (to prevent it forking to the background.
  12. Omit -f if you wish to fork). Output will be saved in the current
  13. directory as an ogg file by default.