Skip to content

Commit 6d997d5

Browse files
committed
finally works
1 parent 0895ad1 commit 6d997d5

File tree

20 files changed

+606
-265
lines changed

20 files changed

+606
-265
lines changed

Cargo.lock

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
3-
members = ["rvc", "obs-rvc", "rvc-rpc"]
4-
default-members = ["rvc", "obs-rvc", "rvc-rpc"]
2+
resolver = "2"
3+
members = ["rvc", "obs-rvc", "rvc-rpc", "rvc-common"]
4+
default-members = ["rvc", "obs-rvc", "rvc-rpc", "rvc-common"]
55
exclude = ["vendor/obs-wrapper"]

obs-rvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[dependencies]
88
obs-wrapper = { version = "0.4.1", path = "../vendor/obs-wrapper" }
9+
rvc-common = {path = "../rvc-common", features = ["obs_props"]}
910
rustfft = "6.2.0"
1011
ndarray = { version = "0.15.6" }
1112
ndarray-conv = "0.3.3"
@@ -15,7 +16,6 @@ mel_spec = "0.2.2"
1516
ndarray-stats = "0.5.1"
1617
ndarray-rand = "0.14.0"
1718

18-
1919
[lib]
2020
name = "obsrvc"
2121
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)