| Package | Description |
|---|---|
| edu.cmu.sphinx.frontend | |
| edu.cmu.sphinx.frontend.endpoint | |
| edu.cmu.sphinx.frontend.feature | |
| edu.cmu.sphinx.frontend.util |
| Modifier and Type | Method and Description |
|---|---|
DoubleData |
DoubleData.clone() |
| Modifier and Type | Method and Description |
|---|---|
DoubleData |
SpeechClassifiedData.getDoubleData()
Returns the DoubleData contained by this SpeechClassifiedData.
|
| Modifier and Type | Method and Description |
|---|---|
protected SpeechClassifiedData |
SpeechClassifier.classify(DoubleData audio)
Classifies the given audio frame as speech or not, and updates the endpointing parameters.
|
| Constructor and Description |
|---|
SpeechClassifiedData(DoubleData doubleData,
boolean isSpeech)
Constructs a SpeechClassifiedData object.
|
| Modifier and Type | Field and Description |
|---|---|
protected DoubleData[] |
AbstractFeatureExtractor.cepstraBuffer |
| Modifier and Type | Method and Description |
|---|---|
static DoubleData |
DataUtil.FloatData2DoubleData(FloatData data)
Converts DoubleData object to FloatDatas.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatData |
DataUtil.DoubleData2FloatData(DoubleData data)
Converts FloatData object to DoubleData.
|