Implementation of a Neural Amp Modeler-style Wavenet using RTNeural.
# 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
- More optimizations
- Gated activations