Disable LFP on EDACS Analog Out;

This commit is contained in:
lwvmobile 2024-03-19 17:31:59 -04:00
parent 3666740674
commit b9949f0d80
1 changed files with 3 additions and 3 deletions

View File

@ -203,9 +203,9 @@ void edacs_analog(dsd_opts * opts, dsd_state * state, int afs, unsigned char lcn
}
// analog audio filtering
lpf (state, analog1, 960);
lpf (state, analog2, 960);
lpf (state, analog3, 960);
// lpf (state, analog1, 960);
// lpf (state, analog2, 960);
// lpf (state, analog3, 960);
hpf (state, analog1, 960);
hpf (state, analog2, 960);