Miss the checking code.
This commit is contained in:
parent
aa5c7cc38e
commit
2bcc08f084
@ -63,7 +63,7 @@ mod pa_impl {
|
|||||||
.await
|
.await
|
||||||
);
|
);
|
||||||
let zero_audio_frame: Vec<f32> = vec![0.; AUDIO_DATA_SIZE_U8 / 4];
|
let zero_audio_frame: Vec<f32> = vec![0.; AUDIO_DATA_SIZE_U8 / 4];
|
||||||
while sp.ok() {
|
while sp.ok() && !RESTARTING.load(Ordering::SeqCst) {
|
||||||
sp.snapshot(|sps| {
|
sp.snapshot(|sps| {
|
||||||
sps.send(create_format_msg(crate::platform::linux::PA_SAMPLE_RATE, 2));
|
sps.send(create_format_msg(crate::platform::linux::PA_SAMPLE_RATE, 2));
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user