NeuralRack is a Neural Model and Impulse Response File loader for Linux/Windows.
It supports *.nam files and, or *.json or .aidax files by using the NeuralAudio engine.
For Impulse Response File Convolution it use FFTConvolver
Resampling is done by Libzita-resampler
NeuralRack emulate a simple guitar effect chain with a pedal, a EQ a Amplifier and a Stereo Cabinet. The EQ could be moved by drag and drop to act as a pre or post EQ.
Optional, NeuralRack could run one Model, or the complete process in buffered mode to reduce the dsp load. The resulting latency will be reported to the host so that it could be compensated. For information the resulting latency will be shown on the GUI.
NeuralRack supports resampling when needed to match the expected sample rate of the loaded models. Both models and the IR Files may have different expectations regarding the sample rate.
The IR loader module supports two different modes. The default is "Stereo", which allows loading one IR file per channel, with an individual gain control for each channel.
The second mode is "Mix". In this mode, two IR files can also be loaded, but their outputs are mixed together into a dual-channel mono stream. It provides a "Mix" control as well as a "Master" gain control. When only one IR file is loaded, the "Mix" control has no effect and the IR is applied equally to both channels.
In addition to IR files, it is now also possible to load NAM files in the IR loader. This feature is primarily intended for so-called outboard profiles.
To build NeuralRack only as standalone application run
make standaloneTo build NeuralRack only as Clap plugin run
make clapTo build NeuralRack only as vst2 plugin run
make vst2To build NeuralRack with all favours (currently as LV2, Clap and vst2 plugin and as standalone application) run
make- libsndfile1-dev
- libcairo2-dev
- libx11-dev
- lv2-dev
- libjack(-jackd2)-dev
- libasound2-dev
- portaudio19-dev --> windows only
git clone https://github.com/brummer10//NeuralRack.git
cd NeuralRack
git submodule update --init --recursive
make lv2
make install # will install into ~/.lv2 ... AND/OR....
sudo make install # will install into /usr/lib/lv2