Enable HPF_D by default; Increase manual analog gain to 50;

This commit is contained in:
lwvmobile 2024-03-25 17:48:57 -04:00
parent 1f37837664
commit 95d46fb35d
1 changed files with 2 additions and 3 deletions

View File

@ -583,7 +583,7 @@ initOpts (dsd_opts * opts)
opts->mbe_out_fR = NULL; //second slot on a TDMA system
opts->audio_gain = 0;
opts->audio_gainR = 0;
opts->audio_gainA = 20.0f; //scale of 1 - 100
opts->audio_gainA = 50.0f; //scale of 1 - 100
opts->audio_out = 1;
opts->wav_out_file[0] = 0;
opts->wav_out_fileR[0] = 0;
@ -772,7 +772,7 @@ initOpts (dsd_opts * opts)
opts->use_lpf = 0;
opts->use_hpf = 1;
opts->use_pbf = 1;
opts->use_hpf_d = 0;
opts->use_hpf_d = 1;
//dsp structured file
opts->dsp_out_file[0] = 0;
@ -2192,7 +2192,6 @@ main (int argc, char **argv)
fprintf (stderr,"EDACS Analog Voice Channels are Experimental.\n");
//misc tweaks
opts.rtl_bandwidth = 24;
opts.audio_gainA = 50.0f;
}
else if (optarg[0] == '1')
{