FFmpeg
Loading...
Searching...
No Matches
generate_wave_table.h File Reference

Go to the source code of this file.

Enumerations

enum  WaveType { WAVE_SIN , WAVE_TRI , WAVE_NB }
 

Functions

void ff_generate_wave_table (enum WaveType wave_type, enum AVSampleFormat sample_fmt, void *table, int table_size, double min, double max, double phase)
 

Enumeration Type Documentation

◆ WaveType

enum WaveType
Enumerator
WAVE_SIN 
WAVE_TRI 
WAVE_NB 

Definition at line 24 of file generate_wave_table.h.

Function Documentation

◆ ff_generate_wave_table()

void ff_generate_wave_table ( enum WaveType wave_type,
enum AVSampleFormat sample_fmt,
void * table,
int table_size,
double min,
double max,
double phase )

Definition at line 24 of file generate_wave_table.c.

Referenced by config_input(), config_input(), config_output(), and config_output().