

Defines some global constants and useful static methods. Based on Mike Mandel's Meap.java
Definition at line 57 of file MEAPUtil.java.
Public Methods | |
| abstract void | run () |
| Set everything up, process input, and write output. | |
| BoundedRangeModel | getProgress () |
| Get the BoundedRangeModel that is keeping track of this MEAPUtil's progress. | |
Static Public Methods | |
| int[] | parseFeatDim (String[] args, String argString) |
| Parse arguments common to many MEAPUtils - array of feature dimensions. | |
| ChunkDist | parseChunkDist (String[] args, String argString, int[] featdim) |
| Parse arguments common to many MEAPUtils - Distance metrics. | |
| Vector | parseFeatureExtractor (String[] args) |
| Parse arguments common to many MEAPUtils - feature extractors. | |
| Vector | parseFeatureExtractor (String[] args, String argString) |
| Parse arguments common to many MEAPUtils - feature extractors. | |
|
|
Initial value: new AudioFormat(samplingRate, bitsPerSamp, numChannels, signed, bigEndian) Definition at line 82 of file MEAPUtil.java. |
|
|
Initial value: new AudioFormat(samplingRate, bitsPerSamp, 2, signed, bigEndian) Definition at line 78 of file MEAPUtil.java. |
1.2.18