Skip to content

Commit 63e510b

Browse files
committed
finally it somewhat works
1 parent 6d997d5 commit 63e510b

23 files changed

+293
-86
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "vendor/obs-wrapper"]
22
path = vendor/obs-wrapper
33
url = git@github.com:wfjsw/rust-obs-plugins.git
4+
[submodule "vendor/mel-spec"]
5+
path = vendor/mel-spec
6+
url = https://github.com/wavey-ai/mel-spec

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
22
resolver = "2"
33
members = ["rvc", "obs-rvc", "rvc-rpc", "rvc-common"]
4-
default-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ mel_spec = "0.2.2"
1616
ndarray-stats = "0.5.1"
1717
ndarray-rand = "0.14.0"
1818

19+
# for tests
20+
ndarray-npy = "0.8.1"
21+
ort = { version = "2.0.0-rc.2", features = ["download-binaries", "copy-dylibs", "half", "load-dynamic", "cuda", "tensorrt", "openvino", "directml"] }
22+
1923
[lib]
2024
name = "obsrvc"
2125
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)