diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-04-30 19:37:23 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-04-30 19:37:23 +0300 |
commit | e77d4d42cacd21bf80e4f47cba2fe85f5a5b0991 (patch) | |
tree | 52bacf020ede328f9750316db51fdf6e91dc1661 /src/synth_engine.h | |
parent | 0cceb2057e382129ae24565fdefff87e91b076ab (diff) | |
download | synth-project-e77d4d42cacd21bf80e4f47cba2fe85f5a5b0991.tar.gz synth-project-e77d4d42cacd21bf80e4f47cba2fe85f5a5b0991.tar.bz2 synth-project-e77d4d42cacd21bf80e4f47cba2fe85f5a5b0991.zip |
Preparations for interpolating synth
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 */ |