Uses of Class
inpro.annotation.Label

Packages that use Label
inpro.annotation   
inpro.audio   
inpro.incremental.unit   
 

Uses of Label in inpro.annotation
 

Methods in inpro.annotation that return Label
(package private) static Label Label.newFromTextGridLines(java.util.List<java.lang.String> lines)
          factory for labels from textgrid lines
 

Methods in inpro.annotation that return types with arguments of type Label
static java.util.Queue<Label> LabelFile.getLabels(java.lang.String labelFile)
           
 

Methods in inpro.annotation with parameters of type Label
 Tier Tier.getSpan(Label l)
           
 

Constructors in inpro.annotation with parameters of type Label
Label(Label l)
          construct a label from another label
 

Constructor parameters in inpro.annotation with type arguments of type Label
Tier(java.lang.String name, java.util.List<Label> labels)
           
 

Uses of Label in inpro.audio
 

Fields in inpro.audio with type parameters of type Label
(package private)  java.util.Queue<Label> LabelledAudioStream.labels
           
 

Methods in inpro.audio that return Label
 Label LabelledAudioStream.currentLabel()
          return the current label (or null if their is none at the moment)
 

Methods in inpro.audio with parameters of type Label
private  void LabelledAudioStream.labelEnd(Label l)
          what to do when a label ends
 void LabelledAudioStream.Listener.labelEnds(Label l)
          wlil be called when the label has ended
private  void LabelledAudioStream.labelStart(Label l)
          what to do when a label starts
 void LabelledAudioStream.Listener.labelStarts(Label l)
          will be called on the start of a label
 

Uses of Label in inpro.incremental.unit
 

Fields in inpro.incremental.unit declared as Label
(package private)  Label SegmentIU.l
           
(package private)  Label SysSegmentIU.originalLabel
          the label that was originally planned by TTS, before any stretching has been done
(package private)  Label SysSegmentIU.plannedLabel
           
 

Methods in inpro.incremental.unit with parameters of type Label
 void SegmentIU.updateLabel(Label l)
           
 

Method parameters in inpro.incremental.unit with type arguments of type Label
 void WordIU.updateSegments(java.util.List<Label> newLabels)
           
 

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