Skip to content

Commit

Permalink
An attempt to fix the sound issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore committed Nov 19, 2024
1 parent 8b20ce6 commit 2706b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/live_kit_client/src/live_kit_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ pub fn capture_local_audio_track(
);
}
if let Some(stream) = &stream {
loop {
stream.play().log_err();
}
stream.play().log_err();
}

loop {}

Ok(Some(()))
});

Expand Down

0 comments on commit 2706b15

Please sign in to comment.