|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.tools.feature.FeatureFileDumper
public class FeatureFileDumper
This program takes in an audio file, does frontend signal processing to it, and then dumps the resulting Feature into a separate file.
This program takes three arguments: 1. propsFile - the Sphinx properties file 2. audioFile - the name of the audio file 3. outputFile - the name of the output file
| Constructor Summary | |
|---|---|
FeatureFileDumper(ConfigurationManager cm,
java.lang.String frontEndName,
java.lang.String inputAudioFile)
Constructs a FeatureFileDumper. |
|
| Method Summary | |
|---|---|
void |
dumpAscii(java.lang.String outputFile)
Dumps the feature to the given ascii output file. |
void |
dumpBinary(java.lang.String outputFile)
Dumps the feature to the given binary output. |
static void |
main(java.lang.String[] argv)
Main program for this dumper. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureFileDumper(ConfigurationManager cm,
java.lang.String frontEndName,
java.lang.String inputAudioFile)
throws java.io.IOException
cm - the configuration managerinputAudioFile - the input audio file
java.io.IOException| Method Detail |
|---|
public void dumpBinary(java.lang.String outputFile)
throws java.io.IOException
outputFile - the binary output file
java.io.IOException
public void dumpAscii(java.lang.String outputFile)
throws java.io.IOException
outputFile - the ascii output file
java.io.IOExceptionpublic static void main(java.lang.String[] argv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||