This commit is contained in:
Gerolf Ziegenhain 2016-10-04 17:19:14 +02:00
parent 3c469edf69
commit 9fdfc71ab3
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 1024L //16384L
int16_t buffer[FRAMES*2]; /* 16bit stereo sound samples */