From 920bdc358831087c46db736120a718ed9a75fbd4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 11 Oct 2024 07:51:18 +0200 Subject: Added boilerplate interface code --- synth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'synth.h') diff --git a/synth.h b/synth.h index 7e08157..2fec78b 100644 --- a/synth.h +++ b/synth.h @@ -2,7 +2,7 @@ #define SYNTH_H_ #define AUDIO_FREQ 44100 -#define AUDIO_SAMPLES 64 +#define AUDIO_SAMPLES 128 #define AUDIO_CHANNELS 2 typedef struct { @@ -12,5 +12,5 @@ typedef struct { void *synth(void *arg); -#endif // SYNTH_H_ +#endif // SYNTH_H_ -- cgit v1.2.3