[fix](trx-backend-soapysdr): reduce wfm output gain

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 18:46:49 +01:00
parent ded6e2a1f8
commit 129c27548e
@@ -395,7 +395,7 @@ impl ChannelDsp {
}
}
const WFM_OUTPUT_GAIN: f32 = 0.32;
const WFM_OUTPUT_GAIN: f32 = 0.10;
let audio = if let Some(decoder) = self.wfm_decoder.as_mut() {
let mut out = decoder.process_iq(decimated);
for sample in &mut out {