From 9b2759236d9876a47efc3835504de00e07d70d6a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 4 Jul 2022 15:40:41 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 3c5ade9b..f8dbcf5c 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -135,7 +135,7 @@ FILE * file1; short int buffer[250000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK FILE *sopen(const char *program); -#define S_RATE (48000) // (44100) +#define S_RATE (8000) //(48000) // (44100) #define AFSK 1 #define FSK 2