Skip to content

Commit 53030ed

Browse files
committed
move latency compensation to a separate module
1 parent a580793 commit 53030ed

6 files changed

Lines changed: 835 additions & 559 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/audio/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ edition = "2024"
88
ffmpeg = { workspace = true }
99
cpal = { workspace = true }
1010
tokio.workspace = true
11+
tracing = { workspace = true }
1112

1213
[target.'cfg(target_os = "macos")'.dependencies]
1314
cidre = { workspace = true }

0 commit comments

Comments
 (0)