dasp_ring_buffer 0.11.0

Simple fixed and bounded ring buffers for audio PCM DSP.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
default = ["std"]
std = []

[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "Simple fixed and bounded ring buffers for audio PCM DSP."
edition = "2018"
homepage = "https://github.com/rustaudio/dasp"
keywords = ["ring", "buffer", "dsp", "pcm", "audio"]
license = "MIT OR Apache-2.0"
name = "dasp_ring_buffer"
readme = "../README.md"
repository = "https://github.com/rustaudio/dasp.git"
version = "0.11.0"

[package.metadata.docs.rs]
all-features = true