Detection

The detection module provides a plug-in architecture for acoustic event detectors. New detectors are built by subclassing BaseClass and are loaded at runtime by DetectorFactory(). Two production detectors are included: a blob detector based on local spectral variance and a kurtosis-based transient detector.