public class AudioContinuityTester extends BaseDataProcessor
FrontEnd
element that asserts the audio-stream to be continuous. This is often a mandatory property for
frontend setups. The component operates on the acoustic data level and needs to plugged into the frontend
before the actual feature extraction starts.
This component can help to debug new VAD implementations, where it has been shown that data-blocks easily get lost.
logger
Constructor and Description |
---|
AudioContinuityTester() |
Modifier and Type | Method and Description |
---|---|
Data |
getData()
Returns the processed Data output.
|
getPredecessor, initialize, setPredecessor
getName, initLogger, newProperties, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
newProperties
public Data getData() throws DataProcessingException
BaseDataProcessor
getData
in interface DataProcessor
getData
in class BaseDataProcessor
DataProcessingException
- if a data processor error occurs