Skip to content

Commit

Permalink
Bump livekit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Jun 26, 2024
1 parent 9348a4f commit bc3bb5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ itertools = "0.11.0"
lazy_static = "1.4.0"
libc = "0.2"
linkify = "0.10.0"
livekit = { git = "https://github.com/livekit/rust-sdks", rev = "b0391a8a9644344731d7ae43289418c9134e2de0", features = ["dispatcher", "native-tls"], default-features = false }
livekit = { git = "https://github.com/livekit/rust-sdks", rev = "fe6503b61326955b5f14b4cf0bcb92717d5f4a1b", features = ["dispatcher", "native-tls"], default-features = false }
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
markup5ever_rcdom = "0.3.0"
nanoid = "0.4"
Expand Down
1 change: 1 addition & 0 deletions crates/live_kit_client/src/live_kit_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ pub fn capture_local_audio_track(
echo_cancellation: true,
noise_suppression: true,
auto_gain_control: false,
..Default::default()
},
sample_rate.0,
channels,
Expand Down

0 comments on commit bc3bb5c

Please sign in to comment.