Home
last modified time | relevance | path

Searched defs:sound_trigger_recognition_event (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/media/audio/include/system/
H A Dsound_trigger.h243 struct __attribute__((aligned(8))) sound_trigger_recognition_event { struct
244 int status; /* recognition status e.g.
246 sound_trigger_sound_model_type_t type; /* event type, same as sound model type.
248 sound_model_handle_t model; /* loaded sound model that triggered the
250 bool capture_available; /* it is possible to capture audio from this
253 int capture_session; /* audio session ID. framework use */
254 int capture_delay_ms; /* delay in ms between end of model
259 int capture_preamble_ms; /* duration in ms of audio captured
262 bool trigger_in_data; /* the opaque data is the capture of
264 audio_config_t audio_config; /* audio format of either the trigger in
[all …]