From 2cfb08aa182aebf8f0d61b706b83dac55ca7d896 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Mon, 3 Oct 2016 17:59:43 +0200 Subject: [PATCH] . --- src/beep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beep.h b/src/beep.h index 9416409..818b897 100644 --- a/src/beep.h +++ b/src/beep.h @@ -3,7 +3,7 @@ #include "portaudio.h" #define NUM_SECONDS (5) -#define SAMPLE_RATE (44100) +#define SAMPLE_RATE (48000) #define FRAMES_PER_BUFFER (64) #ifndef M_PI