Maybe I'm the only one interested in sound detection.
I found this related "Motion" project. It looks like what I wanted (audio detection), but I'm too much of a Linux newbie to know how to install this:
http://www.lavrsen.dk/foswiki/bin/view/ ... ndDetector1) How do you install some of the dependencies with development headers? He lists: libvorbis, libogg, portaudio, boost, but I don't know what it means to "install with development headers".
2) g++ will compile the main.cpp code into executable, right?
3) there doesn't appear to be a command I can run when sound is detected. It just records the sound. Can I change the .cpp file before compiling to hard code some kind of action, like run a script that is in my system?
TIA