Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
snakers4
GitHub Repository: snakers4/silero-vad
Path: blob/master/examples/rust-wav-processing-with-wavekat-vad/Cargo.toml
2379 views
1
[package]
2
name = "rust-wav-processing-with-wavekat-vad"
3
version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
wavekat-vad = { git = "https://github.com/wavekat/wavekat-vad", features = ["silero"] }
8
hound = "3"
9
10