Crates.io | freeverb |
lib.rs | freeverb |
version | 0.1.0 |
source | src |
created_at | 2023-10-18 07:14:26.295469 |
updated_at | 2023-10-18 07:14:26.295469 |
description | A Rust implementation of the Freeverb algorithm. |
homepage | |
repository | https://github.com/trevyn/freeverb |
max_upload_size | |
id | 1006458 |
size | 15,371 |
A Rust implementation of the Freeverb algorithm.
Freeverb was originally written in C++ by "Jezar at Dreampoint", and was released into the public domain in June 2000. It is now widely used in various incarnations in multiple software packages.
freeverb
crateThis implementation of Freeverb in Rust is an almost direct conversion of the original source, created as a demonstration project for a talk Ian Hobson gave about Rust at the Audio Developer Conference 2018.
There are a couple of (intentional) differences to the original implementation: