Skip to content

Commit

Permalink
finally it somewhat works
Browse files Browse the repository at this point in the history
  • Loading branch information
wfjsw committed May 14, 2024
1 parent 6d997d5 commit 63e510b
Show file tree
Hide file tree
Showing 23 changed files with 293 additions and 86 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "vendor/obs-wrapper"]
path = vendor/obs-wrapper
url = [email protected]:wfjsw/rust-obs-plugins.git
[submodule "vendor/mel-spec"]
path = vendor/mel-spec
url = https://github.com/wavey-ai/mel-spec
52 changes: 45 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
resolver = "2"
members = ["rvc", "obs-rvc", "rvc-rpc", "rvc-common"]
default-members = ["rvc", "obs-rvc", "rvc-rpc", "rvc-common"]
# default-members = ["rvc", "obs-rvc", "rvc-rpc", "rvc-common"]
exclude = ["vendor/obs-wrapper"]
4 changes: 4 additions & 0 deletions obs-rvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ mel_spec = "0.2.2"
ndarray-stats = "0.5.1"
ndarray-rand = "0.14.0"

# for tests
ndarray-npy = "0.8.1"
ort = { version = "2.0.0-rc.2", features = ["download-binaries", "copy-dylibs", "half", "load-dynamic", "cuda", "tensorrt", "openvino", "directml"] }

[lib]
name = "obsrvc"
crate-type = ["cdylib"]
Loading

0 comments on commit 63e510b

Please sign in to comment.