|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.unitselection.data.TimelineReader
marytts.unitselection.data.LPCTimelineReader
public class LPCTimelineReader
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class marytts.unitselection.data.TimelineReader |
|---|
TimelineReader.IdxField, TimelineReader.Index, TimelineReader.ProcHeader |
| Field Summary | |
|---|---|
protected float |
lpcMin
|
protected int |
lpcOrder
|
protected float |
lpcRange
|
| Fields inherited from class marytts.unitselection.data.TimelineReader |
|---|
datagramsBytePos, idx, maryHdr, numDatagrams, procHdr, sampleRate, timeIdxBytePos, totalDuration |
| Constructor Summary | |
|---|---|
LPCTimelineReader(java.lang.String fileName)
|
|
| Method Summary | |
|---|---|
float |
getLPCMin()
|
int |
getLPCOrder()
|
float |
getLPCRange()
|
protected Datagram |
getNextDatagram(java.nio.ByteBuffer bb)
Read and return the upcoming datagram. |
protected void |
load(java.lang.String fileName)
Load a timeline from a file. |
| Methods inherited from class marytts.unitselection.data.TimelineReader |
|---|
computeTotalDuration, getByteBufferAtTime, getDatagram, getDatagram, getDatagrams, getDatagrams, getDatagrams, getDatagrams, getDatagrams, getDatagrams, getDatagramsBytePos, getIndex, getMappedByteBufferAtTime, getNumDatagrams, getProcHeaderContents, getSampleRate, getTotalDuration, hopToTime, load, loadByteBufferAtTime, scaleTime, skipNextDatagram, unScaleTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int lpcOrder
protected float lpcMin
protected float lpcRange
| Constructor Detail |
|---|
public LPCTimelineReader(java.lang.String fileName)
throws java.io.IOException,
MaryConfigurationException
java.io.IOException
MaryConfigurationException| Method Detail |
|---|
protected void load(java.lang.String fileName)
throws java.io.IOException,
MaryConfigurationException
TimelineReader
load in class TimelineReaderfileName - The file to read the timeline from.
Must be non-null and point to a valid timeline file.
java.io.IOException - if a problem occurs during reading
MaryConfigurationException - if fileName does not point to a valid timeline filepublic int getLPCOrder()
public float getLPCMin()
public float getLPCRange()
protected Datagram getNextDatagram(java.nio.ByteBuffer bb)
getNextDatagram in class TimelineReaderbb - the timeline byte buffer to read from
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||