This commit is contained in:
Gerolf Ziegenhain 2016-10-04 17:01:56 +02:00
parent 9dd1055495
commit 1262a6abfd
1 changed files with 1 additions and 1 deletions

View File

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