public class LPCTimelineReader extends TimelineReader
TimelineReader.IdxField, TimelineReader.Index, TimelineReader.ProcHeader| Modifier and Type | Field and Description |
|---|---|
protected float |
lpcMin |
protected int |
lpcOrder |
protected float |
lpcRange |
datagramsBytePos, idx, maryHdr, numDatagrams, procHdr, sampleRate, timeIdxBytePos, totalDuration| Constructor and Description |
|---|
LPCTimelineReader(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
float |
getLPCMin() |
int |
getLPCOrder() |
float |
getLPCRange() |
protected Datagram |
getNextDatagram(ByteBuffer bb)
Read and return the upcoming datagram.
|
protected void |
load(String fileName)
Load a timeline from a file.
|
computeTotalDuration, getByteBufferAtTime, getDatagram, getDatagram, getDatagrams, getDatagrams, getDatagrams, getDatagrams, getDatagrams, getDatagrams, getDatagramsBytePos, getIndex, getMappedByteBufferAtTime, getNumDatagrams, getProcHeaderContents, getSampleRate, getTotalDuration, hopToTime, load, loadByteBufferAtTime, scaleTime, skipNextDatagram, unScaleTimeprotected int lpcOrder
protected float lpcMin
protected float lpcRange
public LPCTimelineReader(String fileName) throws IOException, MaryConfigurationException
protected void load(String fileName) throws IOException, MaryConfigurationException
TimelineReaderload in class TimelineReaderfileName - The file to read the timeline from. Must be non-null and point to a valid timeline file.IOException - if a problem occurs during readingMaryConfigurationException - if fileName does not point to a valid timeline filepublic int getLPCOrder()
public float getLPCMin()
public float getLPCRange()
protected Datagram getNextDatagram(ByteBuffer bb)
getNextDatagram in class TimelineReaderbb - bbCopyright © 2000–2016 DFKI GmbH. All rights reserved.