From bf6a4b0b7ba770db47122bd7b9ab450b24d91c9e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 8 Sep 2019 10:38:06 -0400 Subject: [PATCH] still not working, frame count back to 3 --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index c6e6e18f..f5f7cb97 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -116,7 +116,7 @@ int sock = 0; void write_to_buffer(int i, int symbol, int val); void write_wave(); #define SAMPLES (S_RATE / BIT_RATE) -#define FRAME_CNT 5// //33 // Add 3 frames to the count +#define FRAME_CNT 3// //33 // Add 3 frames to the count //#define BUF_LEN (FRAME_CNT * (SYNC_BITS + 10 * (8 + 6 * DATA_LEN + 96)) * SAMPLES) #define BUF_LEN (FRAME_CNT * (SYNC_BITS + 10 * (HEADER_LEN + RS_FRAMES * (RS_FRAME_LEN + PARITY_LEN))) * SAMPLES)