Class OrcaPhoneme


  • public class OrcaPhoneme
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OrcaPhoneme​(java.lang.String phoneme, float startSec, float endSec)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getEndSec()
      Getter for the end time of the phoneme in seconds.
      java.lang.String getPhoneme()
      Getter for the synthesized phoneme.
      float getStartSec()
      Getter for the start time of the phoneme in seconds.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrcaPhoneme

        public OrcaPhoneme​(java.lang.String phoneme,
                           float startSec,
                           float endSec)
        Constructor.
        Parameters:
        phoneme - Synthesized phoneme.
        startSec - Start time of the phoneme in seconds.
        endSec - End time of the phoneme in seconds.
    • Method Detail

      • getPhoneme

        public java.lang.String getPhoneme()
        Getter for the synthesized phoneme.
        Returns:
        Synthesized phoneme.
      • getStartSec

        public float getStartSec()
        Getter for the start time of the phoneme in seconds.
        Returns:
        Start time of the phoneme in seconds.
      • getEndSec

        public float getEndSec()
        Getter for the end time of the phoneme in seconds.
        Returns:
        End time of the phoneme in seconds.