mirror of https://github.com/lwvmobile/dsd-fme.git
Enable HPF_D by default; Increase manual analog gain to 50;
This commit is contained in:
parent
1f37837664
commit
95d46fb35d
|
|
@ -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')
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue