Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 816 Bytes

File metadata and controls

25 lines (19 loc) · 816 Bytes

NAM: Neural Amp Modeler

Build

This repository handles training, reamping, and exporting the weights of a model. For playing trained models in real time in a standalone application or plugin, see the partner repo, NeuralAmpModelerPlugin.

For more information about the NAM ecosystem please check out https://www.neuralampmodeler.com/.

Documentation

Online documentation can be found here: https://neural-amp-modeler.readthedocs.io

To build the documentation locally on a Linux system:

cd docs
make html

Or on Windows,

cd docs
make.bat html