earshot 0.1.0

Ridiculously fast voice activity detection in pure #[no_std] Rust
Documentation
[[bench]]
harness = false
name = "downsample"
path = "benches/downsample.rs"

[[bench]]
harness = false
name = "vad"
path = "benches/vad.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.5"

[features]
alloc = []
default = ["std", "alloc"]
std = []

[lib]
name = "earshot"
path = "src/lib.rs"

[package]
authors = ["Carson M <carson@pyke.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Ridiculously fast voice activity detection in pure #[no_std] Rust"
edition = "2021"
exclude = ["tests/data", ".github"]
license = "BSD-3-Clause"
name = "earshot"
readme = "README.md"
repository = "https://github.com/pykeio/earshot"
version = "0.1.0"