| Package | Description |
|---|---|
| edu.cmu.sphinx.instrumentation | |
| edu.cmu.sphinx.tools.audio | |
| edu.cmu.sphinx.trainer |
| Constructor and Description |
|---|
SpeedTracker(Recognizer recognizer,
FrontEnd frontEnd,
boolean showSummary,
boolean showDetails,
boolean showResponseTime,
boolean showTimers) |
| Modifier and Type | Field and Description |
|---|---|
protected FrontEnd |
SpectrogramPanel.frontEnd
The frontEnd (the source of features
|
protected FrontEnd |
CepstrumPanel.frontEnd
The frontEnd (the source of features
|
| Constructor and Description |
|---|
CepstrumPanel(FrontEnd frontEnd,
StreamDataSource dataSource,
AudioData audioData)
Creates a new SpectrogramPanel for the given AudioData.
|
SpectrogramPanel(FrontEnd frontEnd,
StreamDataSource dataSource,
AudioData audioData)
Creates a new SpectrogramPanel for the given AudioData.
|
| Modifier and Type | Method and Description |
|---|---|
protected FrontEnd |
BaumWelchLearner.getFrontEnd() |