[features]
default = ["std"]
std = []
[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "An abstraction for audio PCM DSP samples, along with useful conversions and operations."
edition = "2018"
homepage = "https://github.com/rustaudio/sample"
keywords = ["dsp", "bit-depth", "sample", "pcm", "audio"]
license = "MIT OR Apache-2.0"
name = "dasp_sample"
readme = "../README.md"
repository = "https://github.com/rustaudio/sample.git"
version = "0.11.0"
[package.metadata.docs.rs]
all-features = true