Home
AudioAsylum Trader
Computer Audio Asylum

Music servers and other computer based digital audio technologies.

For Sale Ads

FAQ / News / Events

 

Use this form to submit comments directly to the Asylum moderators for this forum. We're particularly interested in truly outstanding posts that might be added to our FAQs.

You may also use this form to provide feedback or to call attention to messages that may be in violation of our content rules.

You must login to use this feature.

Inmate Login


Login to access features only available to registered Asylum Inmates.
    By default, logging in will set a session cookie that disappears when you close your browser. Clicking on the 'Remember my Moniker & Password' below will cause a permanent 'Login Cookie' to be set.

Moniker/Username:

The Name that you picked or by default, your email.
Forgot Moniker?

 
 

Examples "Rapper", "Bob W", "joe@aol.com".

Password:    

Forgot Password?

 Remember my Moniker & Password ( What's this?)

If you don't have an Asylum Account, you can create one by clicking Here.

Our privacy policy can be reviewed by clicking Here.

Inmate Comments

From:  
Your Email:  
Subject:  

Message Comments

   

Original Message

RE: I will check further into DRC

Posted by Daverz on April 5, 2021 at 16:06:57:

The basic technical know-how required is

- How to use REW to make a measurement and export it as a WAV file in float32 format (I always export left and right as a stereo file, assuming a stereo setup). There are lots of tutorials on how to use REW for measurements. (I would ignore the scripts that come with drc-fir for measurement.)

- How to use sox to convert to the raw binaries that DRC-FIR uses. If you have a stereo float32 WAV file exported from REW called impulse.wav

sox impulse.wav -c 1 -t f32 impulse-l.pcm remix 1
sox impulse.wav -c 1 -t f32 impulse-r.pcm remix 2

Will create raw left and right impulse files. How to use these files to generate correction files is described on the drc-fir website.

- How to get the drc-fir correction files into a format appropriate for your convolution software and configure that software.