audio 0.2.0

A crate for working with audio in Rust
Documentation
[dependencies.audio-core]
version = "0.2.0"
[dev-dependencies.bittle]
version = "0.2.1"

[dev-dependencies.rand]
version = "0.8.5"

[features]
default = ["std"]
std = ["audio-core/std"]

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["multimedia::audio"]
description = "A crate for working with audio in Rust"
documentation = "https://docs.rs/audio"
edition = "2018"
homepage = "https://github.com/udoprog/audio"
keywords = ["audio", "buffer", "dsp"]
license = "MIT OR Apache-2.0"
name = "audio"
readme = "README.md"
repository = "https://github.com/udoprog/audio"
resolver = "2"
rust-version = "1.65"
version = "0.2.0"