edu.cmu.sphinx.frontend.endpoint
Class SpeechMarkerTest

java.lang.Object
  extended by edu.cmu.sphinx.frontend.BaseDataProcessor
      extended by edu.cmu.sphinx.frontend.test.AbstractTestProcessor
          extended by edu.cmu.sphinx.frontend.endpoint.SpeechMarkerTest
All Implemented Interfaces:
DataProcessor, Configurable

public class SpeechMarkerTest
extends AbstractTestProcessor

DOCUMENT ME!

Author:
Holger Brandl

Field Summary
 
Fields inherited from class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
r
 
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 edu.cmu.sphinx.frontend.test.AbstractTestProcessor
collectOutput, createFeatVectors, createRandFeatureVector, getData, ms2samples, setUp
 
Methods inherited from class edu.cmu.sphinx.frontend.BaseDataProcessor
getPredecessor, getTimer, initialize, newProperties, setPredecessor, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, 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