# RIR-Generator **Repository Path**: james34602/RIR-Generator ## Basic Information - **Project Name**: RIR-Generator - **Description**: Complete C implementation of Room Impulse Response Generator (C source located under RIRGenerator directory) - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RIR-Generator The image method, proposed by Allen and Berkley in 1979 [1], is probably one of the most frequently used methods in the acoustic signal processing community to create synthetic room impulse responses. A mex-function, which can be used in MATLAB, was developed to generate multi-channel room impulse responses using the image method. This function enables the user to control the reflection order, room dimension, and microphone directivity. This repository includes a tutorial, MATLAB examples, and the source code of the mex-function. More information can be found [here](https://www.audiolabs-erlangen.de/fau/professor/habets/software/rir-generator). 1. J.B. Allen and D.A. Berkley, "Image method for efficiently simulating small-room acoustics," Journal Acoustic Society of America, 65(4), April 1979, p 943.