wip
This commit is contained in:
parent
ab06957571
commit
5b51a3459a
@ -205,7 +205,7 @@ if (i<up_count)
|
|||||||
p1 += f1;
|
p1 += f1;
|
||||||
p2 += f2;
|
p2 += f2;
|
||||||
}
|
}
|
||||||
else
|
//else
|
||||||
//{buffer[j]=buffer[j+1]=0.;}
|
//{buffer[j]=buffer[j+1]=0.;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ int beep_test(void);
|
|||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#define FRAMES 64L //1024L //16384L
|
#define FRAMES 1024L //16384L
|
||||||
|
|
||||||
int16_t buffer[FRAMES*2]; /* 16bit stereo sound samples */
|
int16_t buffer[FRAMES*2]; /* 16bit stereo sound samples */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user