fixed dim of buffer

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 07ad5ec59f
commit 8ae05e2511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@ int socket_open = 0;
int sock = 0;
int loop = -1;
int alt = 0; // alternates between 0 and 1 for buffer
short int buffer[1][2336400]; // max size for 10 frames count of BPSK
short int buffer[2][2336400]; // max size for 10 frames count of BPSK
#define S_RATE (48000) // (44100)
//#define BUF_SIZE (S_RATE*10) /* 2 second buffer */

Loading…
Cancel
Save

Powered by TurnKey Linux.