inpro.synthesis.hts
Class IUBasedFullPStream

java.lang.Object
  extended by inpro.synthesis.hts.FullPStream
      extended by inpro.synthesis.hts.IUBasedFullPStream

public class IUBasedFullPStream
extends FullPStream


Field Summary
(package private)  SysSegmentIU currIU
           
(package private)  int currIUFrameOffset
           
(package private)  SysSegmentIU firstIU
           
 
Fields inherited from class inpro.synthesis.hts.FullPStream
currPosition, FRAMES_PER_SECOND
 
Constructor Summary
IUBasedFullPStream(IU firstIU)
           
 
Method Summary
 FullPFeatureFrame getFullFrame(int t)
           
 int getMaxT()
           
 FullPFeatureFrame getNextFrame()
           
 boolean hasNextFrame()
           
 
Methods inherited from class inpro.synthesis.hts.FullPStream
getFullFrames, getMcepParSize, getMcepVSize, getStrParSize, hasFrame, setNextFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstIU

SysSegmentIU firstIU

currIU

SysSegmentIU currIU

currIUFrameOffset

int currIUFrameOffset
Constructor Detail

IUBasedFullPStream

public IUBasedFullPStream(IU firstIU)
Method Detail

getMaxT

public int getMaxT()
Specified by:
getMaxT in class FullPStream

hasNextFrame

public boolean hasNextFrame()
Overrides:
hasNextFrame in class FullPStream

getNextFrame

public FullPFeatureFrame getNextFrame()
Overrides:
getNextFrame in class FullPStream

getFullFrame

public FullPFeatureFrame getFullFrame(int t)
Specified by:
getFullFrame in class FullPStream