dasp_window 0.11.0

Windowing function abstractions (e.g. hanning, rectangle) for audio PCM DSP.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"

[[package]]
name = "dasp_window"
version = "0.11.0"
dependencies = [
 "dasp_sample",
]