flexaudio-vad 0.2.0

Offline Voice Activity Detection (Silero VAD on ONNX Runtime, model embedded) for flexaudio.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "flexaudio-vad"
version = "0.2.0"
authors = ["tubome (Studio Sadola)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline Voice Activity Detection (Silero VAD on ONNX Runtime, model embedded) for flexaudio."
documentation = "https://docs.rs/flexaudio-vad"
readme = "README.md"
keywords = [
    "vad",
    "voice",
    "silero",
    "onnx",
    "audio",
]
categories = [
    "multimedia::audio",
    "science",
]
license = "MIT"
repository = "https://github.com/Studio-Sadola/flexaudio"

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

[[example]]
name = "probe"
path = "examples/probe.rs"

[dependencies.ort]
version = "2.0.0-rc.12"
features = [
    "std",
    "ndarray",
    "tracing",
    "download-binaries",
    "copy-dylibs",
    "api-24",
    "tls-rustls",
]
default-features = false

[dependencies.rubato]
version = "3"