Class SimpleEchoDetectionSystem

java.lang.Object
clickDetector.echoDetection.EchoDetectionSystem
clickDetector.echoDetection.SimpleEchoDetectionSystem
All Implemented Interfaces:
PamSettings, SettingsNameProvider

public class SimpleEchoDetectionSystem extends EchoDetectionSystem implements PamSettings
Very simple echo detection system which uses a single test of time between the previous click and this click to determine if it's an echo or not.
Author:
Doug Gillespie
  • Constructor Details

    • SimpleEchoDetectionSystem

      public SimpleEchoDetectionSystem(ClickControl clickcontrol)
  • Method Details