/RTNeural-NAM

Experimenting with Neural Amp Modeler models implemented with RTNeural

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

RTNeural-NAM

Implementation of a Neural Amp Modeler-style Wavenet using RTNeural.

Setup

# Clone repo and dependencies
git clone https://github.com/jatinchowdhury18/RTNeural-NAM
cd RTNeural-NAM
git submodule update --init --recursive

# Configure and build with CMake
cmake -Bbuild -G<generator>
cmake --build build --target RTNeural-NAM --parallel

TODO:

  • More optimizations
  • Gated activations