[fix](trx-backend-soapysdr): rebalance 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:48:51 +01:00
parent 129c27548e
commit a1a8aaeb9d
@@ -395,7 +395,7 @@ impl ChannelDsp {
}
}
const WFM_OUTPUT_GAIN: f32 = 0.10;
const WFM_OUTPUT_GAIN: f32 = 0.20;
let audio = if let Some(decoder) = self.wfm_decoder.as_mut() {
let mut out = decoder.process_iq(decimated);
for sample in &mut out {