|
|
|
@ -88,9 +88,9 @@ int firstTime = ON; // 0;
|
|
|
|
long start;
|
|
|
|
long start;
|
|
|
|
int testCount = 0;
|
|
|
|
int testCount = 0;
|
|
|
|
long time_start;
|
|
|
|
long time_start;
|
|
|
|
char cmdbuffer[1000];
|
|
|
|
//char cmdbuffer[1000];
|
|
|
|
FILE * file1;
|
|
|
|
FILE * file1;
|
|
|
|
short int buffer[2336400]; // max size for 10 frames count of BPSK
|
|
|
|
short int buffer[10240]; // was 2336400]; // max size for 10 frames count of BPSK
|
|
|
|
FILE *sopen(const char *program);
|
|
|
|
FILE *sopen(const char *program);
|
|
|
|
|
|
|
|
|
|
|
|
#define S_RATE (48000) // (44100)
|
|
|
|
#define S_RATE (48000) // (44100)
|
|
|
|
|