From 8d17aa29baf0b33229dbdd82d8d5f6cbe3fe0240 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 26 Nov 2023 16:29:00 +0200 Subject: Many changes! --- src/synth_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/synth_common.h') diff --git a/src/synth_common.h b/src/synth_common.h index ee10331..b9d2b90 100644 --- a/src/synth_common.h +++ b/src/synth_common.h @@ -1,8 +1,8 @@ #ifndef SYNTH_COMMON_H #define SYNTH_COMMON_H -//#define SAMPLE_RATE (44100) -#define SAMPLE_RATE (48000) +#define SAMPLE_RATE (44100) +//#define SAMPLE_RATE (48000) #define FRAMES_PER_BUFFER (256) #define VIZ_BUF 1024 -- cgit v1.2.3