You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
319 B
15 lines
319 B
1 year ago
|
#ifndef _HEXEFX_AUDIO_H
|
||
|
#define _HEXEFX_AUDIO_H
|
||
|
|
||
|
#include "input_i2s2_F32.h"
|
||
|
#include "output_i2s2_F32.h"
|
||
|
|
||
|
#include "filter_tonestackStereo_F32.h"
|
||
|
|
||
|
#include "effect_platereverb_F32.h"
|
||
|
#include "effect_monoToStereo_F32.h"
|
||
|
#include "effect_infphaser_F32.h"
|
||
|
#include "effect_phaserStereo_F32.h"
|
||
|
|
||
|
#endif // _HEXEFX_AUDIO_H
|