Skip to content

Kimon91/FDN-reverb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple FDN reverb

This is an FDN reverb based on a design by Manfred R. Schroeder in his 1962 paper, Natural Sounding Artifical Reverberation.

Design

The algorithm consists of a 6 delay lines in series, feeding into 15 series allpass delays each, with allpass feedforward/feedback around every delay line.

  1. An all-pass delay. Single Delay Line

  2. A delay line containing a section of nested all-pass delays. Nested all-pass delay series


To build using CMake, run the following in the repo directory:

$ cmake -S ./Source -B build
$ cmake --build build

You can download CMake from here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published