edu.cmu.sphinx.frontend.endpoint
Class SpeechMarkerTest

java.lang.Object
  extended by AbstractTestProcessor
      extended by edu.cmu.sphinx.frontend.endpoint.SpeechMarkerTest

public class SpeechMarkerTest
extends AbstractTestProcessor

DOCUMENT ME!

Author:
Holger Brandl

Constructor Summary
SpeechMarkerTest()
           
 
Method Summary
 BaseDataProcessor createDataFilter(boolean mergeSpeechSegments)
           
 void testEndWithoutSilence()
          Test whether the speech marker is able to handle cases in which an DataEndSignal occurs somewhere after a SpeechStartSignal.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechMarkerTest

public SpeechMarkerTest()
Method Detail

createDataFilter

public BaseDataProcessor createDataFilter(boolean mergeSpeechSegments)

testEndWithoutSilence

public void testEndWithoutSilence()
                           throws DataProcessingException
Test whether the speech marker is able to handle cases in which an DataEndSignal occurs somewhere after a SpeechStartSignal. This is might occur if the microphone is stopped while someone is speaking.

Throws:
DataProcessingException