|
RetroArch
|
#include <retro_common_api.h>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_t * | retro_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 typedefRETRO_BEGIN_DECLS struct retro_dsp_filter retro_dsp_filter_t |
| void retro_dsp_filter_free | ( | retro_dsp_filter_t * | dsp | ) |
| retro_dsp_filter_t* retro_dsp_filter_new | ( | const char * | filter_config, |
| void * | string_data, | ||
| float | sample_rate | ||
| ) |
| void retro_dsp_filter_process | ( | retro_dsp_filter_t * | dsp, |
| struct retro_dsp_data * | data | ||
| ) |
1.8.15