Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
speex_direction_info Struct Reference

Data Fields

int agc
 
float agclevel
 
int denoise
 
int samples
 
SpeexPreprocessState * state
 

Detailed Description

Definition at line 99 of file func_speex.c.

Field Documentation

◆ agc

int agc

audio gain control is enabled or not

Definition at line 101 of file func_speex.c.

Referenced by speex_callback().

◆ agclevel

float agclevel

audio gain control level [1.0 - 32768.0]

Definition at line 104 of file func_speex.c.

Referenced by speex_callback(), and speex_read().

◆ denoise

int denoise

denoise is enabled or not

Definition at line 102 of file func_speex.c.

Referenced by speex_callback(), and speex_read().

◆ samples

int samples

n of 8Khz samples in last frame

Definition at line 103 of file func_speex.c.

Referenced by speex_callback(), and speex_write().

◆ state

SpeexPreprocessState* state

speex preprocess state object

Definition at line 100 of file func_speex.c.

Referenced by destroy_callback(), and speex_callback().


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