FFmpeg
Loading...
Searching...
No Matches
AudioDialogueEnhanceContext Struct Reference

Data Fields

const AVClass * class
double original
double enhance
double voice
int fft_size
int overlap
void * window
float * window_float
double * window_double
float prev_vad_float
double prev_vad_double
AVFrame * in
AVFrame * in_frame
AVFrame * out_dist_frame
AVFrame * windowed_frame
AVFrame * windowed_out
AVFrame * windowed_prev
AVFrame * center_frame
int(* de_stereo )(AVFilterContext *ctx, AVFrame *out)
AVTXContext * tx_ctx [2]
AVTXContext * itx_ctx
av_tx_fn tx_fn
av_tx_fn itx_fn

Detailed Description

Definition at line 32 of file af_dialoguenhance.c.

Field Documentation

◆ class

const AVClass* AudioDialogueEnhanceContext::class

Definition at line 33 of file af_dialoguenhance.c.

◆ original

double AudioDialogueEnhanceContext::original

Definition at line 35 of file af_dialoguenhance.c.

◆ enhance

double AudioDialogueEnhanceContext::enhance

Definition at line 35 of file af_dialoguenhance.c.

◆ voice

double AudioDialogueEnhanceContext::voice

Definition at line 35 of file af_dialoguenhance.c.

◆ fft_size

int AudioDialogueEnhanceContext::fft_size

Definition at line 37 of file af_dialoguenhance.c.

◆ overlap

int AudioDialogueEnhanceContext::overlap

Definition at line 38 of file af_dialoguenhance.c.

◆ window

void* AudioDialogueEnhanceContext::window

Definition at line 40 of file af_dialoguenhance.c.

◆ window_float

float* AudioDialogueEnhanceContext::window_float

Definition at line 41 of file af_dialoguenhance.c.

◆ window_double

double* AudioDialogueEnhanceContext::window_double

Definition at line 42 of file af_dialoguenhance.c.

◆ prev_vad_float

float AudioDialogueEnhanceContext::prev_vad_float

Definition at line 43 of file af_dialoguenhance.c.

◆ prev_vad_double

double AudioDialogueEnhanceContext::prev_vad_double

Definition at line 44 of file af_dialoguenhance.c.

◆ in

AVFrame* AudioDialogueEnhanceContext::in

Definition at line 46 of file af_dialoguenhance.c.

◆ in_frame

AVFrame* AudioDialogueEnhanceContext::in_frame

Definition at line 47 of file af_dialoguenhance.c.

◆ out_dist_frame

AVFrame* AudioDialogueEnhanceContext::out_dist_frame

Definition at line 48 of file af_dialoguenhance.c.

◆ windowed_frame

AVFrame* AudioDialogueEnhanceContext::windowed_frame

Definition at line 49 of file af_dialoguenhance.c.

◆ windowed_out

AVFrame* AudioDialogueEnhanceContext::windowed_out

Definition at line 50 of file af_dialoguenhance.c.

◆ windowed_prev

AVFrame* AudioDialogueEnhanceContext::windowed_prev

Definition at line 51 of file af_dialoguenhance.c.

◆ center_frame

AVFrame* AudioDialogueEnhanceContext::center_frame

Definition at line 52 of file af_dialoguenhance.c.

◆ de_stereo

int(* AudioDialogueEnhanceContext::de_stereo) (AVFilterContext *ctx, AVFrame *out)

Definition at line 54 of file af_dialoguenhance.c.

◆ tx_ctx

AVTXContext* AudioDialogueEnhanceContext::tx_ctx[2]

Definition at line 56 of file af_dialoguenhance.c.

◆ itx_ctx

AVTXContext * AudioDialogueEnhanceContext::itx_ctx

Definition at line 56 of file af_dialoguenhance.c.

◆ tx_fn

av_tx_fn AudioDialogueEnhanceContext::tx_fn

Definition at line 57 of file af_dialoguenhance.c.

◆ itx_fn

av_tx_fn AudioDialogueEnhanceContext::itx_fn

Definition at line 57 of file af_dialoguenhance.c.


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