• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    C++
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example code to accompany the ADC 2021 presentation: Let's Write A Reverb

Reverb Example Code

This is some example code to accompany Let's Write A Reverb, presented at ADC 2021.

The interesting stuff is in reverb-example-code.h, the other stuff is just plumbing.

It depends on my DSP helper library for the delay objects, and this should be cloned as dsp/. It should be easy enough to adapt to another framework.