wavetable.h (92B)
1 #define WT_LENGTH 1024 2 #define WT_SIZE 8 3 extern int16_t **wavetable; 4 5 void wt_init(void);