inpro.synthesis.hts
Class HTSFullPStream

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

public class HTSFullPStream
extends FullPStream


Nested Class Summary
(package private)  class HTSFullPStream.EmptyHTSPStream
           
 
Field Summary
private  int[] lf0indices
           
private  marytts.htsengine.HTSPStream lf0Pst
           
private  marytts.htsengine.HTSPStream magPst
           
private  marytts.htsengine.HTSPStream mcepPst
           
private  marytts.htsengine.HTSPStream strPst
           
private  boolean[] voiced
           
 
Fields inherited from class inpro.synthesis.hts.FullPStream
currPosition, FRAMES_PER_SECOND
 
Constructor Summary
HTSFullPStream(marytts.htsengine.HTSParameterGeneration htspg)
           
HTSFullPStream(marytts.htsengine.HTSPStream mcepPst, marytts.htsengine.HTSPStream strPst, marytts.htsengine.HTSPStream magPst, marytts.htsengine.HTSPStream lf0Pst, boolean[] voiced)
           
 
Method Summary
 FullPFeatureFrame getFullFrame(int t)
           
 int getMaxT()
           
 int getMcepParSize()
           
 int getStrParSize()
           
 
Methods inherited from class inpro.synthesis.hts.FullPStream
getFullFrames, getMcepVSize, getNextFrame, hasFrame, hasNextFrame, setNextFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mcepPst

private marytts.htsengine.HTSPStream mcepPst

strPst

private marytts.htsengine.HTSPStream strPst

magPst

private marytts.htsengine.HTSPStream magPst

lf0Pst

private marytts.htsengine.HTSPStream lf0Pst

lf0indices

private int[] lf0indices

voiced

private boolean[] voiced
Constructor Detail

HTSFullPStream

public HTSFullPStream(marytts.htsengine.HTSParameterGeneration htspg)

HTSFullPStream

public HTSFullPStream(marytts.htsengine.HTSPStream mcepPst,
                      marytts.htsengine.HTSPStream strPst,
                      marytts.htsengine.HTSPStream magPst,
                      marytts.htsengine.HTSPStream lf0Pst,
                      boolean[] voiced)
Method Detail

getFullFrame

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

getMcepParSize

public int getMcepParSize()
Overrides:
getMcepParSize in class FullPStream

getStrParSize

public int getStrParSize()
Overrides:
getStrParSize in class FullPStream

getMaxT

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