From 8af6d2e185eae91a71e8a6df2fe254b6f28eefed Mon Sep 17 00:00:00 2001 From: lwvmobile Date: Wed, 8 Mar 2023 02:03:01 -0500 Subject: [PATCH] P25 P1 QPSK MSIZE/SSIZE Tweak; --- src/dsd_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dsd_main.c b/src/dsd_main.c index f5f0810..e509f97 100644 --- a/src/dsd_main.c +++ b/src/dsd_main.c @@ -1719,6 +1719,8 @@ main (int argc, char **argv) opts.pulse_digi_rate_out = 48000; opts.pulse_digi_out_channels = 1; // opts.setmod_bw = 12000; + opts.ssize = 36; //128 current default, fall back to old default on P1 only systems + opts.msize = 15; //1024 current default, fall back to old default on P1 only systems sprintf (opts.output_name, "P25P1"); fprintf (stderr,"Decoding only P25 Phase 1 frames.\n"); }