Index
All Classes|All Packages
A
- ai.picovoice.porcupine - package ai.picovoice.porcupine
- ALEXA - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
- AMERICANO - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
B
- BLUEBERRY - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
- build(Context) - Method in class ai.picovoice.porcupine.Porcupine.Builder
-
Validates properties and creates an instance of the Porcupine wake word engine.
- build(Context, PorcupineManagerCallback) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
-
Creates an instance of PorcupineManager.
- Builder() - Constructor for class ai.picovoice.porcupine.Porcupine.Builder
- Builder() - Constructor for class ai.picovoice.porcupine.PorcupineManager.Builder
- BUMBLEBEE - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
C
- COMPUTER - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
D
- delete() - Method in class ai.picovoice.porcupine.Porcupine
-
Releases resources acquired by Porcupine.
- delete() - Method in class ai.picovoice.porcupine.PorcupineManager
-
Releases resources acquired by Porcupine.
G
- getFrameLength() - Method in class ai.picovoice.porcupine.Porcupine
-
Getter for number of audio samples per frame..
- getSampleRate() - Method in class ai.picovoice.porcupine.Porcupine
-
Getter for audio sample rate accepted by Picovoice.
- getVersion() - Method in class ai.picovoice.porcupine.Porcupine
-
Getter for version.
- GRAPEFRUIT - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
- GRASSHOPPER - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
H
- HEY_GOOGLE - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
- HEY_SIRI - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
I
- invoke(int) - Method in interface ai.picovoice.porcupine.PorcupineManagerCallback
- invoke(PorcupineException) - Method in interface ai.picovoice.porcupine.PorcupineManagerErrorCallback
J
- JARVIS - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
O
- OK_GOOGLE - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
P
- PICOVOICE - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
- Porcupine - Class in ai.picovoice.porcupine
-
Android binding for Porcupine wake word engine.
- PORCUPINE - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
- Porcupine.Builder - Class in ai.picovoice.porcupine
-
Builder for creating an instance of Porcupine with a mixture of default arguments
- Porcupine.BuiltInKeyword - Enum in ai.picovoice.porcupine
- PorcupineException - Exception in ai.picovoice.porcupine
- PorcupineManager - Class in ai.picovoice.porcupine
-
High-level Android binding for Porcupine wake word engine.
- PorcupineManager.Builder - Class in ai.picovoice.porcupine
-
Builder for creating an instance of PorcupineManager with a mixture of default arguments
- PorcupineManagerCallback - Interface in ai.picovoice.porcupine
- PorcupineManagerErrorCallback - Interface in ai.picovoice.porcupine
- process(short[]) - Method in class ai.picovoice.porcupine.Porcupine
-
Processes a frame of the incoming audio stream and emits the detection result.
S
- setErrorCallback(PorcupineManagerErrorCallback) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- setKeyword(Porcupine.BuiltInKeyword) - Method in class ai.picovoice.porcupine.Porcupine.Builder
- setKeyword(Porcupine.BuiltInKeyword) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- setKeywordPath(String) - Method in class ai.picovoice.porcupine.Porcupine.Builder
- setKeywordPath(String) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- setKeywordPaths(String[]) - Method in class ai.picovoice.porcupine.Porcupine.Builder
- setKeywordPaths(String[]) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- setKeywords(Porcupine.BuiltInKeyword[]) - Method in class ai.picovoice.porcupine.Porcupine.Builder
- setKeywords(Porcupine.BuiltInKeyword[]) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- setModelPath(String) - Method in class ai.picovoice.porcupine.Porcupine.Builder
- setModelPath(String) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- setSensitivities(float[]) - Method in class ai.picovoice.porcupine.Porcupine.Builder
- setSensitivities(float[]) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- setSensitivity(float) - Method in class ai.picovoice.porcupine.Porcupine.Builder
- setSensitivity(float) - Method in class ai.picovoice.porcupine.PorcupineManager.Builder
- start() - Method in class ai.picovoice.porcupine.PorcupineManager
-
Starts recording audio from the microphone and monitors it for the utterances of the given set of keywords.
- stop() - Method in class ai.picovoice.porcupine.PorcupineManager
-
Stops recording audio from the microphone.
T
- TERMINATOR - ai.picovoice.porcupine.Porcupine.BuiltInKeyword
V
- valueOf(String) - Static method in enum ai.picovoice.porcupine.Porcupine.BuiltInKeyword
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ai.picovoice.porcupine.Porcupine.BuiltInKeyword
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes|All Packages