## Sample "petd.conf" configuration file. ## Questions/Comments: Obsid@Sentry.net ## Note: Some of these haven't really been tested... ## Input threshold - Number of seconds before other thresholds are reset. # timeout 15 ## Seconds of noise to record before playing sound. # seconds 0.5 ## Input buffer size. # buffer 2048 ## Sampling rate. Setting this too high will cause problems. # rate 16384 ## Volume to play back noises. # volume 0.4 ## Delay from after the sound plays to when we start recording again. ## Anywhere from 1-4 seems to work ok. # listen_delay 1 ## This causes petd to run in the foreground and spit out a bunch of debugging stuff. # debug 0 ## User/Group to run as. # user # group ## Default .wav file - used when one of the following sound{1..10} variables is ## not declared. # default_sound /etc/petd/meow.wav # sound1 # sound2 # sound3 # sound4 # sound5 # sound6 # sound7 # sound8 # sound9 # sound10 ## _EOF_ ##