Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 521 Bytes

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