java.lang.Object | |
↳ | cyanogenmod.media.MediaRecorder.AudioSource |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | HOTWORD |
Audio source for preemptible, low-priority software hotword detection
It presents the same gain and pre processing tuning as
VOICE_RECOGNITION .
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Audio source for preemptible, low-priority software hotword detection
It presents the same gain and pre processing tuning as
VOICE_RECOGNITION
.
An application should use this audio source when it wishes to do always-on software hotword detection, while gracefully giving in to any other application that might want to read from the microphone.
You must holdCAPTURE_AUDIO_HOTWORD_PERMISSION
to use this audio source.