Package clickDetector.echoDetection
Interface EchoDetector
- All Known Implementing Classes:
JamieEchoDetector
,SimpleEchoDetector
public interface EchoDetector
Interface to classes which do the actual work of detecting echoes.
- Author:
- Doug Gillespie
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Initialise the echo detectorboolean
isEcho
(ClickDetection clickDetection) Test to see if a single click is an echo or not.