[fix](trx-backend-soapysdr): raise 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 19:07:29 +01:00
parent 623aad10d1
commit 31238098ca
@@ -395,7 +395,7 @@ impl ChannelDsp {
} }
} }
const WFM_OUTPUT_GAIN: f32 = 0.20; const WFM_OUTPUT_GAIN: f32 = 0.50;
let audio = if let Some(decoder) = self.wfm_decoder.as_mut() { let audio = if let Some(decoder) = self.wfm_decoder.as_mut() {
let mut out = decoder.process_iq(decimated); let mut out = decoder.process_iq(decimated);
for sample in &mut out { for sample in &mut out {