@ -79,7 +79,7 @@ int sock = 0;
#define S_RATE (48000) // (44100)
#define BUF_SIZE (S_RATE*10) /* 2 second buffer */
/*
// BPSK Settings
#define BIT_RATE 1200 // 200 for DUV
#define FSK 0 // 1 for DUV
@ -92,7 +92,7 @@ int sock = 0;
#define HEADER_LEN 8 // 6 for DUV
#define PARITY_LEN 32
#define FRAME_CNT 3 //33 // Add 3 frames to the count
*/
// FSK Settings
#define BIT_RATE 200
#define FSK 1
Powered by TurnKey Linux.