https://github.com/solarliner/silkverb
FDN-based reverb, from notes at https://signalsmith-audio.co.uk/writing/2021/lets-write-a-reverb/
https://github.com/solarliner/silkverb
Last synced: about 1 year ago
JSON representation
FDN-based reverb, from notes at https://signalsmith-audio.co.uk/writing/2021/lets-write-a-reverb/
- Host: GitHub
- URL: https://github.com/solarliner/silkverb
- Owner: SolarLiner
- Created: 2021-08-25T10:22:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T09:34:51.000Z (over 4 years ago)
- Last Synced: 2025-02-12T13:48:02.854Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Silkverb
FDN-based reverb, from notes at https://signalsmith-audio.co.uk/writing/2021/lets-write-a-reverb/
## Roadmap
- [x] Diffusion step with multichannel allpass
- [x] Feedback reverb tail
- [x] More diffusion in the feedback
- [ ] Filter down the feedback path for high-damping / more control over the sound
- [ ] Chorus modulation of the tail to improve smoothness
- [ ] Pitch shifting of the tail with feedback delay to provide a shimmer effect
- [ ] More (crazier) things to filter the reverb tail ?