|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.tools.voiceimport.ESTTrackWriter
public class ESTTrackWriter
| Constructor Summary | |
|---|---|
ESTTrackWriter(float[] setTimes,
float[][] setFrames,
java.lang.String setFeaType)
Plain constructor. |
|
| Method Summary | |
|---|---|
void |
doWriteAndClose(java.lang.String fName,
boolean isBinary,
boolean isBigEndian)
Triggers the writing of the file to the disk. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ESTTrackWriter(float[] setTimes,
float[][] setFrames,
java.lang.String setFeaType)
setTimes - The vector of frame locationssetFrames - The frames -- can be null if only times are to be writtensetFeaType - A string indicating the feature type, for header info (e.g., "LPCC")| Method Detail |
|---|
public void doWriteAndClose(java.lang.String fName,
boolean isBinary,
boolean isBigEndian)
throws java.io.IOException
fName - The name of the file to write to.isBinary - true for a binary write, or false for an ascii text write.isBigEndian - true for a big endian write (PowerPC or SPARC), or false for a little endian write (Intel).
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||