mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-04 09:29:22 +08:00
It's unclear why we'd want this feature. It seems to make things even less isolated and self-contained than it already is, which certainly isn't a boon for an example.
10 lines
169 B
TOML
10 lines
169 B
TOML
[package]
|
|
name = "rust-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ort = { version = "2.0.0-rc.2", features = ["ndarray"] }
|
|
ndarray = "0.15"
|
|
hound = "3"
|