Searched defs:sound_trigger_recognition_event (Results 1 – 1 of 1) sorted by relevance
243 struct __attribute__((aligned(8))) sound_trigger_recognition_event { struct244 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 the250 bool capture_available; /* it is possible to capture audio from this253 int capture_session; /* audio session ID. framework use */254 int capture_delay_ms; /* delay in ms between end of model259 int capture_preamble_ms; /* duration in ms of audio captured262 bool trigger_in_data; /* the opaque data is the capture of264 audio_config_t audio_config; /* audio format of either the trigger in[all …]