* commit 'd9c0642c6e3430c90492a1b0c9be435e9cc7b5a9': Add HOTWORD audio source to audio.h
This commit is contained in:
commit
d28cd13371
1 changed files with 5 additions and 0 deletions
|
|
@ -72,6 +72,11 @@ typedef enum {
|
|||
/* play the mix captured by this audio source. */
|
||||
AUDIO_SOURCE_CNT,
|
||||
AUDIO_SOURCE_MAX = AUDIO_SOURCE_CNT - 1,
|
||||
AUDIO_SOURCE_HOTWORD = 1999, /* A low-priority, preemptible audio source for
|
||||
for background software hotword detection.
|
||||
Same tuning as AUDIO_SOURCE_VOICE_RECOGNITION.
|
||||
Used only internally to the framework. Not exposed
|
||||
at the audio HAL. */
|
||||
} audio_source_t;
|
||||
|
||||
/* special audio session values
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue