mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 09:31:28 +03:00
fix audio exit bug
This commit is contained in:
468
Cargo.lock
generated
468
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -447,7 +447,7 @@ async fn start_pa() {
|
|||||||
device = crate::platform::linux::get_pa_monitor();
|
device = crate::platform::linux::get_pa_monitor();
|
||||||
}
|
}
|
||||||
if device.is_empty() {
|
if device.is_empty() {
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
let spec = pulse::sample::Spec {
|
let spec = pulse::sample::Spec {
|
||||||
format: pulse::sample::Format::F32le,
|
format: pulse::sample::Format::F32le,
|
||||||
|
|||||||
Reference in New Issue
Block a user