Index
All Classes and Interfaces|All Packages|Serialized Form
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
D
G
- 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
- 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.
- 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.
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.
- 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
- 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
- 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
- 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.
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`).
- setSdk(String) - Static method in class ai.picovoice.orca.Orca
- setSpeechRate(float) - Method in class ai.picovoice.orca.OrcaSynthesizeParams.Builder
-
Sets the speech rate.
- 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.
All Classes and Interfaces|All Packages|Serialized Form