move apm (webrtc audio processor) to audio crate

This commit is contained in:
David Kleingeld 2025-08-26 15:06:52 +02:00
parent 5a4f284e45
commit cef721465f
7 changed files with 205 additions and 121 deletions

View file

@ -19,6 +19,10 @@ gpui.workspace = true
settings.workspace = true
schemars.workspace = true
serde.workspace = true
parking_lot.workspace = true
rodio = { workspace = true, features = [ "wav", "playback", "tracing" ] }
util.workspace = true
workspace-hack.workspace = true
[target.'cfg(not(any(all(target_os = "windows", target_env = "gnu"), target_os = "freebsd")))'.dependencies]
libwebrtc = { rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d", git = "https://github.com/zed-industries/livekit-rust-sdks" }