Giter Site home page Giter Site logo

jfsantos / hybridreverb2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jpcima/hybridreverb2

0.0 0.0 0.0 6.16 MB

Reverb effect using hybrid impulse convolution

License: Other

CMake 0.24% C 0.70% C++ 98.70% Objective-C++ 0.04% R 0.01% Shell 0.04% Makefile 0.22% Roff 0.04%

hybridreverb2's Introduction

HybridReverb2

Reverb effect using hybrid impulse convolution

Build Status

Original author: Christian Borß
Current maintainer: Jean Pierre Cimalando
Contributor: Olivier Humbert

The goal of this project is to keep the HybridReverb2 project maintained and fix the issues.
All information and original source code of HybridReverb2 is available on this project page.

Introduction

(quoted from the original project page)

HybridReverb2 is a convolution-based reverberation effect which combines the superior sound quality of a convolution reverb with the tuning capability of a feedback delay network. The sound quality of a convolution reverb depends on the quality of the used room impulse responses. HybridReverb2 comes with a set of room impulse responses which were synthesized with tinyAVE, an auralization software which was developed at the Institute of Communication Acoustics, Ruhr-Universität Bochum (Borß and Martin, 2009; Borß, 2009a). These room impulse responses are designed for a speaker setup with two front and two rear speakers (Borß, 2009b). For a full surround sound effect, you will need two plugins, one plugin which uses a "front" preset for the front channels and a second plugin which uses the corresponding "rear" preset for the rear channels.

Enjoy,
Christian Borß

Downloads

Windows development builds

Impulse response database - CC-BY-SA 4.0 license

Building

A CMake build file is provided to Linux users for the ability to build LV2 and cross-compile.
The traditional Juce build process has build files for all platforms in the Builds folder. It supports all formats except LV2.

To perform a CMake-based build:

git submodule init
git submodule update
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
Build option Description
-DHybridReverb2_VST2=ON/OFF Build a VST2 plugin
-DHybridReverb2_LV2=ON/OFF Build a LV2 plugin
-DHybridReverb2_Standalone=ON/OFF Build a standalone program
-DHybridReverb2_AdvancedJackStandalone=ON/OFF Build a standalone for Jack with better features
-DHybridReverb2_UseLocalDatabase=ON/OFF Use a preinstalled RIR database in PREFIX/share/HybridReverb2
-DHybridReverb2_Assertions=ON/OFF Force building with assertions regardless of build type

Usage

The LV2 plugin is identified as https://github.com/jpcima/HybridReverb2.
Load this in your favorite plugin hosting software. A free compatible plugin host is Carla.

hybridreverb2's People

Contributors

jpcima avatar trebmuh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.