InguzTools utilities

This package contains utilities for processing room measurement recordings.

System Requirements

PC, running Microsoft Windows XP Service Pack 2 or later, and .NET 2.0, with at least 2GHz processor, at least 512MB RAM, and at least 10GB free disk space.
Linux, per the InguzDSP system requirements, with at least 1GB physical memory (and plenty of swap too).

Installation

To install the tools: Unzip the tools package into a new folder.

Splice Usage

Splice is a command-line utility for combining two single-channel "raw" files into one stereo WAV file.

If you have two correction files from Acourate, called for example Cor1L.dbl (from the left channel) and Cor1R.dbl (from the right channel), then splice can combine them to create a stereo correction filter suitable for use with InguzDSP on SlimServer.

Open a command prompt, in the folder where you installed the tools.
Type
    Splice /1 xxxL.dbl /2 xxxR.dbl /output xxx.wav /64
This will create a new file xxx.wav. Copy this file into the folder
    C:\Documents and Settings\All Users\Application Data\InguzEQ\Impulses\
where it can be chosen as a room correction filter by the InguzEQ plugin.

ImpulsePrep Usage

The documentation below is out of date, and new documentation is under development here. Please accept our apologies while this situation persists.



ImpulsePrep is a command-line utility for preparing room-correction filters in conjunction with DRC.

Its input is two recorded room measurements: one from the left channel of your system, one from the right channel.
Each channel is processed to produce an impulse response.
DRC is run, for each channel's impulse response.
Finally the left and right channels are spliced together to create a stereo correction filter.

DRC configuration

First, install Denis Sbragion's DRC in the same folder as ImpulsePrep.

You should prepare three DRC configuration files: soft.drc, normal.drc, and strong.drc. The standard DRC distribution includes these three configuration files, but you'll need to edit them:

Running ImpulsePrep

Copy your measurement recordings into the folder where you installed the tools. Below I'll assume that these are named LEFT.WAV and RIGHT.WAV for the left- and right channels of your system, respectively.
Open a command prompt, in the folder where you installed the tools.
Type
    ImpulsePrep /L LEFT.WAV /R RIGHT.WAV >prep.log
You should see the ImpulsePrep version number... and not much else:
    
NOTE: ImpulsePrep may take quite a long time to run (10 minutes or more).

Eventually you'll see some more information, and be returned to the command prompt. For example, here's the result after a nearly-successful run:
    
This says that three filter files were created: NoCorrection.wav, Normal.wav and Strong.wav.

There should also be a fourth, Soft.wav. Its absence means that the DRC processing for the Soft.drc configuration didn't complete successfully. To diagnose this, or other messages, you should open the prep.log file in a text editor. Make appropriate changes, and try again.

When you have created your correction filter files, copy them into the folder
    C:\Documents and Settings\All Users\Application Data\InguzEQ\Impulses\
where they can be chosen as room correction filters by the InguzEQ plugin.

inguz audio - tools and utilities copyright © 2006. all rights reserved.