Skip to content

GFDN with scalar coupling

Compare
Choose a tag to compare
@orchidas orchidas released this 23 Oct 22:34
· 19 commits to Grouped_FDN since this release

GFDN Reverb v1.0.0

Stereo reverb to simulate coupled rooms with parameters to control the reverberation of each room individually, and control coupling between them. This could be used to simulate the acoustics of a box in an opera, or lateral chapels in churches which exhibit two-stage decay. The underlying architecture is called the Grouped Feedback Delay Network, which is an extension of the more popular Feedback Delay Network.

In this release, the coupling coefficients are scalar. In a future release, frequency-dependent coupling coefficients will be added.

Bug fixes:

  • Fixed scaling of parameters from Jatin's implementation. Audio should no longer clip.
  • Made a separate class for the coupled feedback matrix to allow more flexibility in its design.