A package for general digital signal processing in haven.
Add the following to your vestry.toml:
[dependencies]
dsp = { git = "https://github.com/anselic/dsp" }
or
# replace ... with the commit hash you want to use
dsp = { git = "https://github.com/anselic/dsp", rev = "..." }
This project is licensed under the MIT license. See the LICENSE for details.