1[package] 2name = "rust-wav-processing-with-wavekat-vad" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7wavekat-vad = { git = "https://github.com/wavekat/wavekat-vad", features = ["silero"] } 8hound = "3" 9 10