public class FeatureFileDumper
extends java.lang.Object
Available options:
Constructor and Description |
---|
FeatureFileDumper(ConfigurationManager cm,
java.lang.String frontEndName)
Constructs a FeatureFileDumper.
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
processFile(java.lang.String inputAudioFile)
Process the file and store the features
|
public FeatureFileDumper(ConfigurationManager cm, java.lang.String frontEndName) throws java.io.IOException
cm
- the configuration managerfrontEndName
- the name for the frontendjava.io.IOException
- if error occurredpublic void processFile(java.lang.String inputAudioFile) throws java.io.FileNotFoundException
inputAudioFile
- the input audio filejava.io.FileNotFoundException
- if exception occurredpublic void dumpBinary(java.lang.String outputFile) throws java.io.IOException
outputFile
- the binary output filejava.io.IOException
- if error occurredpublic void dumpAscii(java.lang.String outputFile) throws java.io.IOException
outputFile
- the ASCII output filejava.io.IOException
- if error occurredpublic static void main(java.lang.String[] argv)