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

Data Fields

const AVClass * class
double in_gain
double out_gain
double delay
double decay
double speed
int type
int delay_buffer_length
double * delay_buffer
int modulation_buffer_length
int32_t * modulation_buffer
int delay_pos
int modulation_pos
void(* phaser )(struct AudioPhaserContext *s, uint8_t *const *src, uint8_t **dst, int nb_samples, int channels)

Detailed Description

Definition at line 34 of file af_aphaser.c.

Field Documentation

◆ class

const AVClass* AudioPhaserContext::class

Definition at line 35 of file af_aphaser.c.

◆ in_gain

double AudioPhaserContext::in_gain

Definition at line 36 of file af_aphaser.c.

◆ out_gain

double AudioPhaserContext::out_gain

Definition at line 36 of file af_aphaser.c.

◆ delay

double AudioPhaserContext::delay

Definition at line 37 of file af_aphaser.c.

◆ decay

double AudioPhaserContext::decay

Definition at line 38 of file af_aphaser.c.

◆ speed

double AudioPhaserContext::speed

Definition at line 39 of file af_aphaser.c.

◆ type

int AudioPhaserContext::type

Definition at line 41 of file af_aphaser.c.

◆ delay_buffer_length

int AudioPhaserContext::delay_buffer_length

Definition at line 43 of file af_aphaser.c.

◆ delay_buffer

double* AudioPhaserContext::delay_buffer

Definition at line 44 of file af_aphaser.c.

◆ modulation_buffer_length

int AudioPhaserContext::modulation_buffer_length

Definition at line 46 of file af_aphaser.c.

◆ modulation_buffer

int32_t* AudioPhaserContext::modulation_buffer

Definition at line 47 of file af_aphaser.c.

◆ delay_pos

int AudioPhaserContext::delay_pos

Definition at line 49 of file af_aphaser.c.

◆ modulation_pos

int AudioPhaserContext::modulation_pos

Definition at line 49 of file af_aphaser.c.

◆ phaser

void(* AudioPhaserContext::phaser) (struct AudioPhaserContext *s, uint8_t *const *src, uint8_t **dst, int nb_samples, int channels)

Definition at line 51 of file af_aphaser.c.


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