feat: Add Mic Sensitivity Noise Gate slider and core audio gating

This commit is contained in:
2026-05-27 16:11:37 -04:00
parent dac53fc2ad
commit 529367ee0c
6 changed files with 187 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ pub enum CoreCommand {
SetPttMode(bool),
SetPttActive(bool),
SetPeerVolume(EndpointId, f32),
SetNoiseGateThreshold(f32),
}
#[derive(Debug, Clone)]