This commit is contained in:
Gerolf Ziegenhain 2016-10-03 17:59:43 +02:00
parent ab83ca4738
commit 2cfb08aa18
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "portaudio.h" #include "portaudio.h"
#define NUM_SECONDS (5) #define NUM_SECONDS (5)
#define SAMPLE_RATE (44100) #define SAMPLE_RATE (48000)
#define FRAMES_PER_BUFFER (64) #define FRAMES_PER_BUFFER (64)
#ifndef M_PI #ifndef M_PI