Skip to content
forked from cvde/RoomReverb

Room Reverb is a mono/stereo to stereo algorithmic reverb audio plugin with many presets that lets you add reverberation to your recordings in your DAW.

License

Notifications You must be signed in to change notification settings

qcj1206/RoomReverb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElephantDSP.com Room Reverb

Room Reverb is a mono/stereo to stereo algorithmic reverb audio plugin with many presets. It uses the implementation of Moorer's early reflection model and Jon Dattorro's Progenitor Reverb from the Freeverb3 signal processing library.

You can find more information about Room Reverb on my website.

Room Reverb screenshot

Download

The latest release of Room Reverb can be downloaded on my website.

Building Room Reverb

Room Reverb uses the JUCE C++ framework. If you are on Linux, you need to install these dependencies first.

# Get the repository including submodules
git clone --recurse-submodules https://github.com/cvde/RoomReverb.git
cd RoomReverb

# Build plugin with CMake
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build

After a successful build, the plugin binaries can be found in build/RoomReverb_artefacts.

References

Licenses

Room Reverb is free software and distributed under the GNU General Public License Version 3.

Freeverb3 is free software and distributed under the GNU General Public License Version 2.

JUCE is dual licenced under both the JUCE licence and the GNU General Public License Version 3.

Steinberg VST compatible logo

All other trademarks, registered trademarks and logos or other manufacturers written or shown herein are the property of their respective owners. Use of them does not imply any affiliation with or endorsement by them.

About

Room Reverb is a mono/stereo to stereo algorithmic reverb audio plugin with many presets that lets you add reverberation to your recordings in your DAW.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 1.8%
  • C 0.6%