Class SynthesisResult

java.lang.Object
com.vivoka.vsdk.tts.SynthesisResult

@Deprecated public abstract class SynthesisResult extends Object
Deprecated.
  • Constructor Details

    • SynthesisResult

      public SynthesisResult()
      Deprecated.
    • SynthesisResult

      public SynthesisResult(int channelCount, int sampleRate)
      Deprecated.
    • SynthesisResult

      public SynthesisResult(int channelCount, int sampleRate, byte[] audioData) throws Exception
      Deprecated.
      Throws:
      Exception
  • Method Details

    • getChannelCount

      public int getChannelCount()
      Deprecated.
    • getSampleRate

      public int getSampleRate()
      Deprecated.
    • setAudioData

      public void setAudioData(byte[] audioData) throws Exception
      Deprecated.
      Throws:
      Exception
    • getAudioData

      public byte[] getAudioData()
      Deprecated.
    • saveToFile

      public void saveToFile(File directory, String fileName, androidx.core.util.Consumer<File> onComplete) throws Exception
      Deprecated.
      Throws:
      Exception