aboutsummaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index 88e5c46..3d4bc31 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -4,7 +4,7 @@
#define MESSAGE_QUEUE_SIZE 128
#define SAMPLE_RATE 48000
#define PERIOD_SIZE 480
-#define DISPLAY_SAMPLES 960
+#define DISPLAY_SAMPLES (PERIOD_SIZE * 2)
static const int SCREEN_FPS = 60;
static const int SCREEN_TICKS_PER_FRAME = 1000 / SCREEN_FPS;