max buffer[[ size

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 1b17b82e45
commit 4aa069ea0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ int testCount = 0;
long time_start; long time_start;
//char cmdbuffer[1000]; //char cmdbuffer[1000];
FILE * file1; FILE * file1;
short int buffer[120000]; // 100000]; // 50000]; // 25000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK short int buffer[100000]; // 50000]; // 25000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK
FILE *sopen(const char *program); FILE *sopen(const char *program);
#define S_RATE (8000) //(48000) // (44100) #define S_RATE (8000) //(48000) // (44100)

Loading…
Cancel
Save

Powered by TurnKey Linux.