RTS API Documentation  1.10.11
Data Fields
switch_vad_s Struct Reference
+ Collaboration diagram for switch_vad_s:

Data Fields

int channels
 
int sample_rate
 
int debug
 
int divisor
 
int thresh
 
int voice_samples_thresh
 
int silence_samples_thresh
 
int voice_samples
 
int silence_samples
 
switch_vad_state_t vad_state
 

Detailed Description

Definition at line 40 of file switch_vad.c.

Field Documentation

◆ channels

int switch_vad_s::channels

Definition at line 42 of file switch_vad.c.

Referenced by switch_vad_init(), and switch_vad_process().

◆ debug

int switch_vad_s::debug

◆ divisor

int switch_vad_s::divisor

Definition at line 45 of file switch_vad.c.

Referenced by switch_vad_init(), and switch_vad_process().

◆ sample_rate

int switch_vad_s::sample_rate

Definition at line 43 of file switch_vad.c.

Referenced by switch_vad_init(), switch_vad_set_mode(), and switch_vad_set_param().

◆ silence_samples

int switch_vad_s::silence_samples

Definition at line 52 of file switch_vad.c.

Referenced by switch_vad_process(), and switch_vad_reset().

◆ silence_samples_thresh

int switch_vad_s::silence_samples_thresh

Definition at line 48 of file switch_vad.c.

Referenced by switch_vad_init(), switch_vad_process(), and switch_vad_set_param().

◆ thresh

int switch_vad_s::thresh

Definition at line 46 of file switch_vad.c.

Referenced by switch_vad_init(), switch_vad_process(), and switch_vad_set_param().

◆ vad_state

switch_vad_state_t switch_vad_s::vad_state

Definition at line 53 of file switch_vad.c.

Referenced by switch_vad_get_state(), switch_vad_process(), and switch_vad_reset().

◆ voice_samples

int switch_vad_s::voice_samples

Definition at line 51 of file switch_vad.c.

Referenced by switch_vad_process(), and switch_vad_reset().

◆ voice_samples_thresh

int switch_vad_s::voice_samples_thresh

Definition at line 47 of file switch_vad.c.

Referenced by switch_vad_init(), switch_vad_process(), and switch_vad_set_param().


The documentation for this struct was generated from the following file: