JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
H
I
O
R
S
A
ai.olami.android.hotwordDetection
- package ai.olami.android.hotwordDetection
C
create(Context, IHotwordDetectListener)
- Static method in class ai.olami.android.hotwordDetection.
HotwordDetect
Create a HotwordDetect instance.
create(AudioRecord, Context, IHotwordDetectListener)
- Static method in class ai.olami.android.hotwordDetection.
HotwordDetect
Create a HotwordDetect instance by a specified AudioRecord object reference.
G
getAudioRecord()
- Method in class ai.olami.android.hotwordDetection.
HotwordDetect
Get current or the given AudioRecord object reference
H
HotwordDetect
- Class in
ai.olami.android.hotwordDetection
I
IHotwordDetectListener
- Interface in
ai.olami.android.hotwordDetection
O
onHotwordDetect(int)
- Method in interface ai.olami.android.hotwordDetection.
IHotwordDetectListener
Callback when the specified hotword/wake-word has been detected.
onInitialized()
- Method in interface ai.olami.android.hotwordDetection.
IHotwordDetectListener
Callback when the detect engine is initialized (ready for detection).
onInitializing()
- Method in interface ai.olami.android.hotwordDetection.
IHotwordDetectListener
Callback when the detect engine is initializing (not ready yet).
onStartDetect()
- Method in interface ai.olami.android.hotwordDetection.
IHotwordDetectListener
Callback when the detect engine is start detecting.
R
release()
- Method in class ai.olami.android.hotwordDetection.
HotwordDetect
Release resources.
RESOURCE_CONTORL_MODE_AUTO_RELEASE
- Static variable in class ai.olami.android.hotwordDetection.
HotwordDetect
RESOURCE_CONTROL_MODE_ALWAYS_ON
- Static variable in class ai.olami.android.hotwordDetection.
HotwordDetect
S
setAudioRecord(AudioRecord)
- Method in class ai.olami.android.hotwordDetection.
HotwordDetect
Set or change a specified AudioRecord object reference.
setResourceControlMode(int)
- Method in class ai.olami.android.hotwordDetection.
HotwordDetect
Set the resource contorl mode for the AudioRecord resource handling.
startDetection()
- Method in class ai.olami.android.hotwordDetection.
HotwordDetect
Start hotword detection.
stopDetection()
- Method in class ai.olami.android.hotwordDetection.
HotwordDetect
Stop hotword detection.
A
C
G
H
I
O
R
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes