RetroArch
Classes | Typedefs | Functions
dsp_filter.h File Reference
#include <retro_common_api.h>
Include dependency graph for dsp_filter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  retro_dsp_data
 

Typedefs

typedef typedefRETRO_BEGIN_DECLS struct retro_dsp_filter retro_dsp_filter_t
 

Functions

retro_dsp_filter_tretro_dsp_filter_new (const char *filter_config, void *string_data, float sample_rate)
 
void retro_dsp_filter_free (retro_dsp_filter_t *dsp)
 
void retro_dsp_filter_process (retro_dsp_filter_t *dsp, struct retro_dsp_data *data)
 

Typedef Documentation

◆ retro_dsp_filter_t

typedef typedefRETRO_BEGIN_DECLS struct retro_dsp_filter retro_dsp_filter_t

Function Documentation

◆ retro_dsp_filter_free()

void retro_dsp_filter_free ( retro_dsp_filter_t dsp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retro_dsp_filter_new()

retro_dsp_filter_t* retro_dsp_filter_new ( const char *  filter_config,
void string_data,
float  sample_rate 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retro_dsp_filter_process()

void retro_dsp_filter_process ( retro_dsp_filter_t dsp,
struct retro_dsp_data data 
)
Here is the caller graph for this function: