compressor 0.1.2

A high performance digital signal compressor, designed for compressing the amplitude of audio data.
Documentation
[package]
name = "compressor"
version = "0.1.2"
authors = [
    "mitchmindtree <mitchell.nordine@gmail.com>",
    "JoshuaBatty"
]
description = "A high performance digital signal compressor, designed for compressing the amplitude of audio data."
readme = "README.md"
keywords = ["limiter", "dsp", "rms", "peak", "dynamics"]
license = "Apache-2.0/MIT"
repository = "https://github.com/MindBuffer/compressor.git"
homepage = "https://github.com/MindBuffer/compressor"

[features]
default = ["dsp-chain"]

[dependencies]
envelope_detector = "0.1.2"
time_calc = "0.10.1"
dsp-chain = { version = "0.11.0", optional = true }

[dev-dependencies]
portaudio = "0.6.1"