On Fri, Feb 12, 2016 at 6:57 PM, jonetsu@teksavvy.com <jonetsu@teksavvy.com> wrote:
On Fri, 12 Feb 2016 18:14:50 -0500
Paul Davis <paul@linuxaudiosystems.com> wrote:

> On Fri, Feb 12, 2016 at 6:10 PM, jonetsu@teksavvy.com
> <jonetsu@teksavvy.com> wrote:

> > http://drc-fir.sourceforge.net/doc/drc.html

> this link contains many other links that can explain any level of
> detail you want for DRC.

On the informational side it is quite good.  On the execution side
though, this is only windows.

Anything for Linux ?

"DRC" runs on linux. From the docs:

---

DRC can be compiled either under Win32 or Linux, but because of its simplicity it will probably work under most operating systems with a decent C++ compiler with support for the standard template library (STL). The Win32 executable (drc.exe) is provided precompiled with the standard DRC distribution under the sample directory, where there are also the executables for the impulse response measuring tools (glsweep.exe and lsconv.exe).

A Makefile is provided for Linux and other Unixes, but it has been tested only under Fedora Core 11. To build the program under Linux usually what you have to do is just type “make” in the source directory of DRC, where the makefile resides.

-----------