From e77d4d42cacd21bf80e4f47cba2fe85f5a5b0991 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 30 Apr 2023 19:37:23 +0300 Subject: Preparations for interpolating synth --- src/synth_engine.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/synth_engine.h') 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 */ -- cgit v1.2.3