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.
-
Method Details
-
initialise
void initialise()Initialise the echo detector -
isEcho
Test to see if a single click is an echo or not.- Parameters:
clickDetection
- a single click detection.- Returns:
- true if the click is an echo.
-