rustdesk
2022-03-01 11:19:13 +08:00
parent cd7b7cc555
commit c4491b0248
4 changed files with 18 additions and 15 deletions

View File

@@ -171,9 +171,6 @@ mod cpal_impl {
}
fn get_audio_input(audio_input: &str) -> ResultType<(Device, SupportedStreamConfig)> {
if audio_input == "Mute" {
bail!("Mute");
}
let mut device = None;
if !audio_input.is_empty() {
for d in HOST