Uses of Class
inpro.synthesis.hts.FullPFeatureFrame

Packages that use FullPFeatureFrame
inpro.incremental.unit   
inpro.synthesis.hts   
 

Uses of FullPFeatureFrame in inpro.incremental.unit
 

Fields in inpro.incremental.unit with type parameters of type FullPFeatureFrame
(package private)  java.util.List<FullPFeatureFrame> SysSegmentIU.hmmSynthesisFeatures
           
 

Methods in inpro.incremental.unit that return FullPFeatureFrame
 FullPFeatureFrame SysSegmentIU.getHMMSynthesisFrame(int req)
           
 

Method parameters in inpro.incremental.unit with type arguments of type FullPFeatureFrame
 void SysSegmentIU.setHmmSynthesisFrames(java.util.List<FullPFeatureFrame> hmmSynthesisFeatures)
           
 

Constructor parameters in inpro.incremental.unit with type arguments of type FullPFeatureFrame
SysSegmentIU(Label l, java.util.List<PitchMark> pitchMarks, java.util.List<FullPFeatureFrame> featureFrames)
           
 

Uses of FullPFeatureFrame in inpro.synthesis.hts
 

Fields in inpro.synthesis.hts with type parameters of type FullPFeatureFrame
(package private)  java.util.List<FullPFeatureFrame> ListBackedFullPStream.frames
           
 

Methods in inpro.synthesis.hts that return FullPFeatureFrame
 FullPFeatureFrame HTSFullPStream.getFullFrame(int t)
           
 FullPFeatureFrame ListBackedFullPStream.getFullFrame(int t)
           
 FullPFeatureFrame IUBasedFullPStream.getFullFrame(int t)
           
abstract  FullPFeatureFrame FullPStream.getFullFrame(int t)
           
 FullPFeatureFrame IUBasedFullPStream.getNextFrame()
           
 FullPFeatureFrame FullPStream.getNextFrame()
           
 

Methods in inpro.synthesis.hts that return types with arguments of type FullPFeatureFrame
 java.util.List<FullPFeatureFrame> FullPStream.getFullFrames(int start, int length)
          get a section of the FullPFeatureFrames in the list
 

Method parameters in inpro.synthesis.hts with type arguments of type FullPFeatureFrame
 void ListBackedFullPStream.appendFeatures(java.util.List<FullPFeatureFrame> fullFrames)