[package] name = "sample" description = "A crate providing the fundamentals for working with audio PCM DSP. NOTICE: This crate was renamed to `dasp`." version = "0.11.0" authors = ["mitchmindtree "] readme = "README.md" keywords = ["dsp", "bit-depth", "rate", "pcm", "audio"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustAudio/sample.git" homepage = "https://github.com/RustAudio/sample" [dev-dependencies] find_folder = "0.3" hound = "2.0" portaudio = "0.7" [features] default = ["std"] std = []