[feat](trx-rs): show live wfm stereo detect state

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 21:44:32 +01:00
parent 862f0200bb
commit b722787ada
9 changed files with 81 additions and 0 deletions
+2
View File
@@ -275,6 +275,8 @@ pub struct RigFilterState {
pub wfm_stereo: bool,
#[serde(default = "default_wfm_denoise")]
pub wfm_denoise: bool,
#[serde(default)]
pub wfm_stereo_detected: bool,
}
fn default_wfm_deemphasis_us() -> u32 {