We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22f9d6 commit 34f7994Copy full SHA for 34f7994
1 file changed
crates/audio/src/latency.rs
@@ -691,7 +691,6 @@ mod macos {
691
OutputTransportKind::Wireless | OutputTransportKind::ContinuityWireless => {
692
latency_secs = latency_secs.max(WIRELESS_MIN_LATENCY_SECS);
693
}
694
- }
695
_ => {}
696
697
0 commit comments