Class OrcaAudio


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

      Constructors 
      Constructor Description
      OrcaAudio​(short[] pcm, OrcaWord[] wordArray)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short[] getPcm()
      Getter for the synthesized audio.
      OrcaWord[] getWordArray()
      Getter for synthesized words and their associated metadata.
      • Methods inherited from class java.lang.Object

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

      • OrcaAudio

        public OrcaAudio​(short[] pcm,
                         OrcaWord[] wordArray)
        Constructor.
        Parameters:
        pcm - Synthesized audio.
        wordArray - Synthesized words and their associated metadata.
    • Method Detail

      • getPcm

        public short[] getPcm()
        Getter for the synthesized audio.
        Returns:
        Synthesized audio.
      • getWordArray

        public OrcaWord[] getWordArray()
        Getter for synthesized words and their associated metadata.
        Returns:
        Synthesized words and their associated metadata.