delay_line 0.1.2

A delay-line buffer for real-time use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "delay_line"
version = "0.1.2"
authors = ["Sigurd Sætherø Spangelo"]
edition = "2024"
license = "MIT"
description = "A delay-line buffer for real-time use."
repository = "https://github.com/sigurd4/delay_line"
keywords = ["delay", "audio", "vst"]
categories = ["algorithms", "multimedia::audio", "no-std"]

[dependencies]
num-traits = "0.2.19"