ImageMethodReverb.jl

Room Acoustics Impulse Response Generator using the Randomized Image Method (RIM)
Author nantonel
Popularity
23 Stars
Updated Last
1 Year Ago
Started In
March 2015

Image Method Reverb

DOI Build status codecov.io

Acoustic Room Impulse Response (RIR) generator using the (Randomized) Image Method for rectangular rooms. Convolving a RIR with an audio file adds reverberation.

Installation

To install the package, hit ] from the Julia command line to enter the package manager, then

pkg> add ImageMethodReverb

See the demo folder for some examples.

Type ?rim for more details. By default the randomized image method from [1] is used. The original image method proposed in [2] can be reproduced as well by turning off the randomization and fractional delays.

Other languages implementations

A MATLAB implementation of the Randomized Image Method can be found here.

References