diff options
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r-- | src/synth_engine.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h index a434b53..55dc04e 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -91,14 +91,7 @@ typedef struct { viz_t viz; } synth_t; -float make_sample(unsigned long long phase, void *synthData, unsigned int sample_rate, int viz); void init_synth(synth_t * synth); void free_synth(synth_t * synth); -int sound_gen(const void *inputBuffer, - void *outputBuffer, - unsigned long framesPerBuffer, - const PaStreamCallbackTimeInfo* timeInfo, - PaStreamCallbackFlags statusFlags, - void *synthData); #endif /* SYNTH_ENGINE_H */ |