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, setPredecessorgetName, initLogger, newProperties, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewPropertiespublic Data getData() throws DataProcessingException
BaseDataProcessorgetData in interface DataProcessorgetData in class BaseDataProcessorDataProcessingException - if a data processor error occurs