| Modifier and Type | Method and Description |
|---|---|
Data |
FrameDecoder.getData() |
| Modifier and Type | Method and Description |
|---|---|
Data |
GainControlProcessor.getData() |
Data |
FrontEnd.getData()
Returns the processed Data output, basically calls
getData() on the last processor. |
Data |
DataProcessor.getData()
Returns the processed Data output.
|
Data |
DataBlocker.getData() |
abstract Data |
BaseDataProcessor.getData()
Returns the processed Data output.
|
Data |
AutoCepstrum.getData()
Returns the processed Data output, basically calls
getData() on the last processor. |
| Modifier and Type | Method and Description |
|---|---|
Data |
FrontEndSplitter.getData()
Reads and returns the next Data frame or return
null if no data is available. |
Data |
DataBufferProcessor.getData()
Returns the processed Data output.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
Denoise.getData() |
| Modifier and Type | Method and Description |
|---|---|
Data |
SpeechMarker.getData()
Returns the next Data object.
|
Data |
SpeechClassifier.getData()
Returns the next Data object.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
LiveCMN.getData()
Returns the next Data object, which is a normalized Data produced by this
class.
|
Data |
FrameDropper.getData()
Returns the next Data object from this FrameDropper.
|
Data |
FeatureTransform.getData()
Returns the next Data object being processed by this LDA, or if it is a
Signal, it is returned without modification.
|
Data |
BatchVarNorm.getData()
Returns the next Data object, which is a normalized cepstrum.
|
Data |
BatchCMN.getData()
Returns the next Data object, which is a normalized cepstrum.
|
Data |
BatchAGC.getData()
Returns the next Data object, which is a normalized cepstrum.
|
Data |
AbstractFeatureExtractor.getData()
Returns the next Data object produced by this DeltasFeatureExtractor.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
Preemphasizer.getData()
Returns the next Data object being processed by this Preemphasizer, or if it is a Signal, it is returned without
modification.
|
Data |
EnergyFilter.getData()
Returns the next DoubleData object, skipping frames with zero energy
|
Data |
Dither.getData()
Returns the next DoubleData object, which is a dithered version of the input
|
| Modifier and Type | Method and Description |
|---|---|
Data |
PLPFrequencyFilterBank.getData()
Reads the next Data object, which is the power spectrum of an audio input frame.
|
Data |
PLPCepstrumProducer.getData()
Returns the next Data object, which is the PLP cepstrum of the input frame.
|
Data |
MelFrequencyFilterBank2.getData()
Reads the next Data object, which is the power spectrum of an audio
input frame.
|
Data |
MelFrequencyFilterBank.getData()
Reads the next Data object, which is the power spectrum of an audio input frame.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
Lifter.getData()
Returns the next DoubleData object, which is the lifted mel-cepstrum of
the input mel-cepstrum.
|
Data |
DiscreteFourierTransform.getData()
Reads the next DoubleData object, which is a data frame from which we'll compute the power spectrum.
|
Data |
DiscreteCosineTransform.getData()
Returns the next DoubleData object, which is the mel cepstrum of the input frame.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
WavWriter.getData() |
Data |
VUMeterMonitor.getData() |
Data |
StreamHTKCepstrum.getData()
Returns the next Data object, which is the mel cepstrum of the input frame.
|
Data |
StreamDataSource.getData()
Reads and returns the next Data from the InputStream of
StreamDataSource, return null if no data is read and end of file is
reached.
|
Data |
StreamCepstrumSource.getData()
Returns the next Data object, which is the mel cepstrum of the input frame.
|
Data |
Microphone.getData()
Reads and returns the next Data object from this Microphone, return null if there is no more audio data.
|
Data |
DataDumper.getData()
Reads and returns the next Data object from this DataProcessor, return
null if there is no more audio data.
|
Data |
DataConverter.getData() |
Data |
AudioFileDataSource.getData()
Reads and returns the next Data from the InputStream of StreamDataSource, return null if no data is read and end
of file is reached.
|
Data |
AudioContinuityTester.getData() |
static void |
VUMeterMonitor.main(java.lang.String[] args)
A little test-function which plugs a microphone directly into the vu-meter.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
RaisedCosineWindower.getData()
Returns the next Data object, which is usually a window of the input Data, with the windowing function applied to
it.
|