mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-04 17:39:22 +08:00
Rust example
This commit is contained in:
9
examples/rust-example/Cargo.toml
Normal file
9
examples/rust-example/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "rust-example"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ort = { version = "2.0.0-rc.2", features = ["load-dynamic", "ndarray"] }
|
||||
ndarray = "0.15"
|
||||
hound = "3"
|
||||
Reference in New Issue
Block a user