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