A B D G K P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ai.picovoice.koala - package ai.picovoice.koala
B
- build(Context) - Method in class ai.picovoice.koala.Koala.Builder
-
Creates an instance of Koala noise suppression engine.
- Builder() - Constructor for class ai.picovoice.koala.Koala.Builder
D
G
- getDelaySample() - Method in class ai.picovoice.koala.Koala
-
Getter for Koala delaySample.
- getFrameLength() - Method in class ai.picovoice.koala.Koala
-
Getter for required number of audio samples per frame.
- getMessage() - Method in exception ai.picovoice.koala.KoalaException
- getMessageStack() - Method in exception ai.picovoice.koala.KoalaException
- getSampleRate() - Method in class ai.picovoice.koala.Koala
-
Getter for required audio sample rate for PCM data.
- getVersion() - Method in class ai.picovoice.koala.Koala
-
Getter for Koala version.
K
- Koala - Class in ai.picovoice.koala
-
Android binding for Koala Noise Suppression engine.
- Koala.Builder - Class in ai.picovoice.koala
-
Builder for creating an instance of Koala with a mixture of default arguments.
- KoalaActivationException - Exception in ai.picovoice.koala
- KoalaActivationException(String) - Constructor for exception ai.picovoice.koala.KoalaActivationException
- KoalaActivationException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaActivationException
- KoalaActivationException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaActivationException
- KoalaActivationLimitException - Exception in ai.picovoice.koala
- KoalaActivationLimitException(String) - Constructor for exception ai.picovoice.koala.KoalaActivationLimitException
- KoalaActivationLimitException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaActivationLimitException
- KoalaActivationLimitException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaActivationLimitException
- KoalaActivationRefusedException - Exception in ai.picovoice.koala
- KoalaActivationRefusedException(String) - Constructor for exception ai.picovoice.koala.KoalaActivationRefusedException
- KoalaActivationRefusedException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaActivationRefusedException
- KoalaActivationRefusedException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaActivationRefusedException
- KoalaActivationThrottledException - Exception in ai.picovoice.koala
- KoalaActivationThrottledException(String) - Constructor for exception ai.picovoice.koala.KoalaActivationThrottledException
- KoalaActivationThrottledException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaActivationThrottledException
- KoalaActivationThrottledException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaActivationThrottledException
- KoalaException - Exception in ai.picovoice.koala
- KoalaException(String) - Constructor for exception ai.picovoice.koala.KoalaException
- KoalaException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaException
- KoalaException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaException
- KoalaInvalidArgumentException - Exception in ai.picovoice.koala
- KoalaInvalidArgumentException(String) - Constructor for exception ai.picovoice.koala.KoalaInvalidArgumentException
- KoalaInvalidArgumentException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaInvalidArgumentException
- KoalaInvalidArgumentException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaInvalidArgumentException
- KoalaInvalidStateException - Exception in ai.picovoice.koala
- KoalaInvalidStateException(String) - Constructor for exception ai.picovoice.koala.KoalaInvalidStateException
- KoalaInvalidStateException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaInvalidStateException
- KoalaInvalidStateException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaInvalidStateException
- KoalaIOException - Exception in ai.picovoice.koala
- KoalaIOException(String) - Constructor for exception ai.picovoice.koala.KoalaIOException
- KoalaIOException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaIOException
- KoalaIOException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaIOException
- KoalaKeyException - Exception in ai.picovoice.koala
- KoalaKeyException(String) - Constructor for exception ai.picovoice.koala.KoalaKeyException
- KoalaKeyException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaKeyException
- KoalaKeyException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaKeyException
- KoalaMemoryException - Exception in ai.picovoice.koala
- KoalaMemoryException(String) - Constructor for exception ai.picovoice.koala.KoalaMemoryException
- KoalaMemoryException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaMemoryException
- KoalaMemoryException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaMemoryException
- KoalaRuntimeException - Exception in ai.picovoice.koala
- KoalaRuntimeException(String) - Constructor for exception ai.picovoice.koala.KoalaRuntimeException
- KoalaRuntimeException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaRuntimeException
- KoalaRuntimeException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaRuntimeException
- KoalaStopIterationException - Exception in ai.picovoice.koala
- KoalaStopIterationException(String) - Constructor for exception ai.picovoice.koala.KoalaStopIterationException
- KoalaStopIterationException(String, String[]) - Constructor for exception ai.picovoice.koala.KoalaStopIterationException
- KoalaStopIterationException(Throwable) - Constructor for exception ai.picovoice.koala.KoalaStopIterationException
P
- process(short[]) - Method in class ai.picovoice.koala.Koala
-
Processes given audio data and returns delayed enhanced audio.
R
- reset() - Method in class ai.picovoice.koala.Koala
-
Resets Koala into a state as if it had just been newly created.
S
- setAccessKey(String) - Method in class ai.picovoice.koala.Koala.Builder
-
Setter for the AccessKey.
- setModelPath(String) - Method in class ai.picovoice.koala.Koala.Builder
-
Setter for the absolute path to the file containing Koala model parameters.
- setSdk(String) - Static method in class ai.picovoice.koala.Koala
All Classes All Packages