{"id":13729512,"url":"https://github.com/cvde/RoomReverb","last_synced_at":"2025-05-08T01:32:51.046Z","repository":{"id":39224442,"uuid":"465351782","full_name":"cvde/RoomReverb","owner":"cvde","description":"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.","archived":false,"fork":false,"pushed_at":"2024-08-03T14:11:42.000Z","size":422,"stargazers_count":103,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-04T02:08:47.206Z","etag":null,"topics":["au-plugin","audio-effect","audio-plugin","audio-unit","clap","dsp","freeverb","juce","juce-application","juce-framework","lv2","lv2-plugin","plugin","reverb","vst","vst-plugin","vst3"],"latest_commit_sha":null,"homepage":"https://www.elephantdsp.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.paypal.com/donate/?hosted_button_id=Z3RSDGUEPVY52"}},"created_at":"2022-03-02T15:00:40.000Z","updated_at":"2024-08-03T14:06:45.000Z","dependencies_parsed_at":"2024-03-13T10:03:53.616Z","dependency_job_id":null,"html_url":"https://github.com/cvde/RoomReverb","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvde%2FRoomReverb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvde%2FRoomReverb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvde%2FRoomReverb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvde%2FRoomReverb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvde","download_url":"https://codeload.github.com/cvde/RoomReverb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224689026,"owners_count":17353311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["au-plugin","audio-effect","audio-plugin","audio-unit","clap","dsp","freeverb","juce","juce-application","juce-framework","lv2","lv2-plugin","plugin","reverb","vst","vst-plugin","vst3"],"created_at":"2024-08-03T02:01:01.504Z","updated_at":"2025-05-08T01:32:51.034Z","avatar_url":"https://github.com/cvde.png","language":"C++","funding_links":["https://www.paypal.com/donate/?hosted_button_id=Z3RSDGUEPVY52"],"categories":["Effects"],"sub_categories":[],"readme":"# Room Reverb\n\nRoom 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.\n\nFor more information about Room Reverb, visit my [website](https://www.elephantdsp.com/products/room-reverb/).\n\n![Room Reverb screenshot](Assets/room-reverb-screenshot.png)\n\n## Download\nThe latest version of Room Reverb can be downloaded from my [website](https://www.elephantdsp.com/products/room-reverb/) or the iOS version from the [App Store](https://apps.apple.com/app/room-reverb-elephantdsp-com/id1665662082).\n\n## Building Room Reverb\n\nRoom Reverb uses the JUCE C++ framework. If you are on Linux, you need to install [these dependencies](https://github.com/juce-framework/JUCE/blob/master/docs/Linux%20Dependencies.md) first.\n```bash\n# Get the repository including submodules\ngit clone --recurse-submodules https://github.com/cvde/RoomReverb.git\ncd RoomReverb\n\n# Build plugin with CMake\ncmake -B build\ncmake --build build\n```\nAfter a successful build, the plugin binaries can be found in `build/RoomReverb_artefacts`.\n\n## References\n- [Freeverb3 signal processing library](https://www.nongnu.org/freeverb3/)\n- [Freeverb3VST](https://freeverb3-vst.sourceforge.io/)\n- [Dragonfly Reverb (also based on Freeverb3)](https://github.com/michaelwillis/dragonfly-reverb)\n\n## Licenses\nRoom Reverb is free software and distributed under the [GNU General Public License Version 3](LICENSE).\n\nFreeverb3 is free software and distributed under the [GNU General Public License Version 2](Libs/Freeverb3/COPYING) or (at your option) any later version.\n\nJUCE is dual licenced under both the commercial [JUCE licence](https://juce.com/legal/juce-8-licence/) and the [GNU Affero General Public License Version 3](https://www.gnu.org/licenses/agpl-3.0.en.html).\n\n\u003cimg src=\"Assets/VST_Compatible_Logo_Steinberg_with_TM_negative.svg\" alt=\"Steinberg VST compatible logo\" width=\"250\" height=\"232\"/\u003e\n\nAll 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvde%2FRoomReverb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvde%2FRoomReverb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvde%2FRoomReverb/lists"}