All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Typedefs | Enumerations
VAD Typedefs and Enums

Typedefs

typedef enum VAD_MessageEnumDef VAD_MessageEnum
 
typedef struct VAD_ObjStructDef * VAD_Handle
 

Enumerations

enum  VAD_MessageEnumDef { VAD_Background = 0, VAD_Hang = 1, VAD_Detect = 2, VAD_Ongoing = 3 }
 

Detailed Description

Enums and types used by the VAD API.

Typedef Documentation

Messages that VAD can return indicating status of the detection.

typedef struct VAD_ObjStructDef* VAD_Handle

Handle to a VAD Object

Enumeration Type Documentation

Messages that VAD can return indicating status of the detection.

Enumerator
VAD_Background 

VAD is in background noise signal.

VAD_Hang 

VAD is in preliminary signal above background noise.

VAD_Detect 

VAD in signal above noise long enough to declare activity

VAD_Ongoing 

VAD continues to declare a voice signal

Copyright 2017, Texas Instruments Incorporated