This commit is contained in:
Gerolf Ziegenhain 2016-10-04 17:47:51 +02:00
parent ab06957571
commit 5b51a3459a
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ if (i<up_count)
p1 += f1;
p2 += f2;
}
else
//else
//{buffer[j]=buffer[j+1]=0.;}
}

View File

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