sampara 0.1.1

A suite of tools for working with audio DSP samples, frames, and signals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sampara"
version = "0.1.1"
authors = ["Mark LeMoine <linclelinkpart5@gmail.com>"]
edition = "2018"
description = "A suite of tools for working with audio DSP samples, frames, and signals."
license = "MIT"

[features]
biquad = []
buffer = []
interpolate = []
rms = ["buffer"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num-traits = { version = "0.2", features = ["libm"] }