fix audio exit bug
This commit is contained in:
parent
e2eef09373
commit
cd7b7cc555
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user