A B C D F G O S 
All Classes All Packages

A

ai.picovoice.orca - package ai.picovoice.orca
 

B

build() - Method in class ai.picovoice.orca.OrcaSynthesizeParams.Builder
Validates properties and creates an instance of OrcaSynthesizeParams.
build(Context) - Method in class ai.picovoice.orca.Orca.Builder
Validates properties and creates an instance of the Orca Text-to-Speech engine.
Builder() - Constructor for class ai.picovoice.orca.Orca.Builder
 
Builder() - Constructor for class ai.picovoice.orca.OrcaSynthesizeParams.Builder
 

C

close() - Method in class ai.picovoice.orca.Orca.OrcaStream
Releases the resources acquired by the OrcaStream object.

D

delete() - Method in class ai.picovoice.orca.Orca
Releases resources acquired by Orca.

F

flush() - Method in class ai.picovoice.orca.Orca.OrcaStream
Generates audio for all the buffered text that was added to the OrcaStream object via `OrcaStream.synthesize()`.

G

getEndSec() - Method in class ai.picovoice.orca.OrcaPhoneme
Getter for the end time of the phoneme in seconds.
getEndSec() - Method in class ai.picovoice.orca.OrcaWord
Getter for the end time of the word in seconds.
getMaxCharacterLimit() - Method in class ai.picovoice.orca.Orca
Getter for the maximum number of characters that can be synthesized at once.
getMessage() - Method in exception ai.picovoice.orca.OrcaException
 
getMessageStack() - Method in exception ai.picovoice.orca.OrcaException
 
getPcm() - Method in class ai.picovoice.orca.OrcaAudio
Getter for the synthesized audio.
getPhoneme() - Method in class ai.picovoice.orca.OrcaPhoneme
Getter for the synthesized phoneme.
getPhonemeArray() - Method in class ai.picovoice.orca.OrcaWord
Getter for synthesized phonemes and their associated metadata.
getRandomState() - Method in class ai.picovoice.orca.OrcaSynthesizeParams
Getter for the random state (i.e.
getSampleRate() - Method in class ai.picovoice.orca.Orca
Getter for the audio sampling rate of the audio produced by Orca.
getSpeechRate() - Method in class ai.picovoice.orca.OrcaSynthesizeParams
Getter for the speech rate (i.e.
getStartSec() - Method in class ai.picovoice.orca.OrcaPhoneme
Getter for the start time of the phoneme in seconds.
getStartSec() - Method in class ai.picovoice.orca.OrcaWord
Getter for the start time of the word in seconds.
getValidCharacters() - Method in class ai.picovoice.orca.Orca
Getter for the set of characters that are accepted as input to Orca synthesize functions.
getVersion() - Method in class ai.picovoice.orca.Orca
Getter for version.
getWord() - Method in class ai.picovoice.orca.OrcaWord
Getter for the synthesized word.
getWordArray() - Method in class ai.picovoice.orca.OrcaAudio
Getter for synthesized words and their associated metadata.

O

Orca - Class in ai.picovoice.orca
Android binding for Orca Text-to-Speech engine.
Orca.Builder - Class in ai.picovoice.orca
Builder for creating instance of Orca.
Orca.OrcaStream - Class in ai.picovoice.orca
OrcaStream object that converts a stream of text to a stream of audio.
OrcaActivationException - Exception in ai.picovoice.orca
 
OrcaActivationException(String) - Constructor for exception ai.picovoice.orca.OrcaActivationException
 
OrcaActivationException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaActivationException
 
OrcaActivationException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaActivationException
 
OrcaActivationLimitException - Exception in ai.picovoice.orca
 
OrcaActivationLimitException(String) - Constructor for exception ai.picovoice.orca.OrcaActivationLimitException
 
OrcaActivationLimitException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaActivationLimitException
 
OrcaActivationLimitException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaActivationLimitException
 
OrcaActivationRefusedException - Exception in ai.picovoice.orca
 
OrcaActivationRefusedException(String) - Constructor for exception ai.picovoice.orca.OrcaActivationRefusedException
 
OrcaActivationRefusedException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaActivationRefusedException
 
OrcaActivationRefusedException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaActivationRefusedException
 
OrcaActivationThrottledException - Exception in ai.picovoice.orca
 
OrcaActivationThrottledException(String) - Constructor for exception ai.picovoice.orca.OrcaActivationThrottledException
 
OrcaActivationThrottledException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaActivationThrottledException
 
OrcaActivationThrottledException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaActivationThrottledException
 
OrcaAudio - Class in ai.picovoice.orca
 
OrcaAudio(short[], OrcaWord[]) - Constructor for class ai.picovoice.orca.OrcaAudio
Constructor.
OrcaException - Exception in ai.picovoice.orca
 
OrcaException(String) - Constructor for exception ai.picovoice.orca.OrcaException
 
OrcaException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaException
 
OrcaException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaException
 
OrcaInvalidArgumentException - Exception in ai.picovoice.orca
 
OrcaInvalidArgumentException(String) - Constructor for exception ai.picovoice.orca.OrcaInvalidArgumentException
 
OrcaInvalidArgumentException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaInvalidArgumentException
 
OrcaInvalidArgumentException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaInvalidArgumentException
 
OrcaInvalidStateException - Exception in ai.picovoice.orca
 
OrcaInvalidStateException(String) - Constructor for exception ai.picovoice.orca.OrcaInvalidStateException
 
OrcaInvalidStateException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaInvalidStateException
 
OrcaInvalidStateException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaInvalidStateException
 
OrcaIOException - Exception in ai.picovoice.orca
 
OrcaIOException(String) - Constructor for exception ai.picovoice.orca.OrcaIOException
 
OrcaIOException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaIOException
 
OrcaIOException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaIOException
 
OrcaKeyException - Exception in ai.picovoice.orca
 
OrcaKeyException(String) - Constructor for exception ai.picovoice.orca.OrcaKeyException
 
OrcaKeyException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaKeyException
 
OrcaKeyException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaKeyException
 
OrcaMemoryException - Exception in ai.picovoice.orca
 
OrcaMemoryException(String) - Constructor for exception ai.picovoice.orca.OrcaMemoryException
 
OrcaMemoryException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaMemoryException
 
OrcaMemoryException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaMemoryException
 
OrcaPhoneme - Class in ai.picovoice.orca
 
OrcaPhoneme(String, float, float) - Constructor for class ai.picovoice.orca.OrcaPhoneme
Constructor.
OrcaRuntimeException - Exception in ai.picovoice.orca
 
OrcaRuntimeException(String) - Constructor for exception ai.picovoice.orca.OrcaRuntimeException
 
OrcaRuntimeException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaRuntimeException
 
OrcaRuntimeException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaRuntimeException
 
OrcaStopIterationException - Exception in ai.picovoice.orca
 
OrcaStopIterationException(String) - Constructor for exception ai.picovoice.orca.OrcaStopIterationException
 
OrcaStopIterationException(String, String[]) - Constructor for exception ai.picovoice.orca.OrcaStopIterationException
 
OrcaStopIterationException(Throwable) - Constructor for exception ai.picovoice.orca.OrcaStopIterationException
 
OrcaStream(long) - Constructor for class ai.picovoice.orca.Orca.OrcaStream
 
OrcaSynthesizeParams - Class in ai.picovoice.orca
A class that exposes several properties that can control the audio synthesized by Orca.
OrcaSynthesizeParams.Builder - Class in ai.picovoice.orca
Builder for creating instance of OrcaSynthesizeParams.
OrcaWord - Class in ai.picovoice.orca
 
OrcaWord(String, float, float, OrcaPhoneme[]) - Constructor for class ai.picovoice.orca.OrcaWord
Constructor.

S

setAccessKey(String) - Method in class ai.picovoice.orca.Orca.Builder
Sets the AccessKey.
setModelPath(String) - Method in class ai.picovoice.orca.Orca.Builder
Sets the path to the model file (`.pv`).
setRandomState(long) - Method in class ai.picovoice.orca.OrcaSynthesizeParams.Builder
Sets the random state.
setSdk(String) - Static method in class ai.picovoice.orca.Orca
 
setSpeechRate(float) - Method in class ai.picovoice.orca.OrcaSynthesizeParams.Builder
Sets the speech rate.
streamOpen(OrcaSynthesizeParams) - Method in class ai.picovoice.orca.Orca
 
synthesize(String) - Method in class ai.picovoice.orca.Orca.OrcaStream
Adds a chunk of text to the Stream object and generates audio if enough text has been added.
synthesize(String, OrcaSynthesizeParams) - Method in class ai.picovoice.orca.Orca
Generates audio from text.
synthesizeToFile(String, String, OrcaSynthesizeParams) - Method in class ai.picovoice.orca.Orca
Generates audio from text and saves it to a file.
A B C D F G O S 
All Classes All Packages