https://github.com/liquidev/fizzerb
Physically-based reverb
https://github.com/liquidev/fizzerb
Last synced: about 2 months ago
JSON representation
Physically-based reverb
- Host: GitHub
- URL: https://github.com/liquidev/fizzerb
- Owner: liquidev
- Created: 2022-10-02T13:51:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T16:32:27.000Z (over 2 years ago)
- Last Synced: 2025-01-20T14:39:50.146Z (3 months ago)
- Language: Rust
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fizzerb
A reverb that actually simulates sound bouncing around in a space, using 2D path tracing and the
principles of physically-based rendering.## Usage
Fizzerb is still in its infancy, but if you want to try out how it sounds, you can do so by using
the following command:
```
$ cargo run --release
```
Hitting the **Render** button will result in a .wav sample being output to the current working
directory, which corresponds to the impulse response (IR) of the simulated space. You can then
convolve the IR with any sound you'd like, although don't be surprised if the results are a bit…
underwhelming at the moment.