| Package | Description |
|---|---|
| edu.cmu.sphinx.frontend.util | |
| edu.cmu.sphinx.tools.audio |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatFileDataSource
Concatenates a list raw headerless audio files as one continuous audio stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected StreamDataSource |
SpectrogramPanel.dataSource
The source of audio (the first stage of the frontend)
|
protected StreamDataSource |
CepstrumPanel.dataSource
The source of audio (the first stage of the frontend)
|
| 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.
|