This commit is contained in:
Gerolf Ziegenhain 2016-10-04 17:31:46 +02:00
parent 13a1af9ed4
commit d4531a3f73
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int beep_test(void);
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#include <math.h> #include <math.h>
#define FRAMES 1024L //16384L #define FRAMES 64L //1024L //16384L
int16_t buffer[FRAMES*2]; /* 16bit stereo sound samples */ int16_t buffer[FRAMES*2]; /* 16bit stereo sound samples */