fix: layer A freeze
This commit is contained in:
parent
efb0c0f746
commit
2978318019
10 changed files with 1565 additions and 391 deletions
|
|
@ -6,6 +6,7 @@ members = [
|
|||
"crates/headroom-client",
|
||||
"crates/headroom-core",
|
||||
"crates/headroom-cli",
|
||||
"crates/pipewire-filter",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
|
@ -23,6 +24,7 @@ headroom-dsp = { path = "crates/headroom-dsp", version = "0.1.0" }
|
|||
headroom-ipc = { path = "crates/headroom-ipc", version = "0.1.0" }
|
||||
headroom-client = { path = "crates/headroom-client", version = "0.1.0" }
|
||||
headroom-core = { path = "crates/headroom-core", version = "0.1.0" }
|
||||
pipewire-filter = { path = "crates/pipewire-filter", version = "0.1.0" }
|
||||
|
||||
# Serde / JSON / TOML
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
@ -60,6 +62,7 @@ fundsp = "0.20"
|
|||
|
||||
# PipeWire. `v0_3_44` exposes target.object key + related modern APIs.
|
||||
pipewire = { version = "0.8", features = ["v0_3_44"] }
|
||||
pipewire-sys = "0.8"
|
||||
libspa = "0.8"
|
||||
libspa-sys = "0.8"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue