项目作者: nantonel

项目描述 :
Room Acoustics Impulse Response Generator using the Randomized Image Method (RIM)
高级语言: Julia
项目地址: git://github.com/nantonel/ImageMethodReverb.jl.git
创建时间: 2015-03-03T18:11:34Z
项目社区:https://github.com/nantonel/ImageMethodReverb.jl

开源协议:Other

下载


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

  1. 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