diff options
Diffstat (limited to 'synth.h')
| -rw-r--r-- | synth.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ #ifndef SYNTH_H_ #define SYNTH_H_ +#define AUDIO_FREQ 44100 +#define AUDIO_SAMPLES 64 +#define AUDIO_CHANNELS 2 + typedef struct { char *soundfont_file; } SynthArgs; |
