#ifndef SOUND_H #define SOUND_H #include #include #include "synth_engine.h" /* #define SAMPLE_RATE (44100) */ /* #define FRAMES_PER_BUFFER (256) */ void init_sound(synth_t * synth, PaStreamCallback *streamCallback); void destroy_sound(synth_t * synth); #endif /* SOUND_H */