https://github.com/joeloftusdev/neuralampmodelerjuce
Complete port of NAM to JUCE
https://github.com/joeloftusdev/neuralampmodelerjuce
Last synced: about 1 year ago
JSON representation
Complete port of NAM to JUCE
- Host: GitHub
- URL: https://github.com/joeloftusdev/neuralampmodelerjuce
- Owner: joeloftusdev
- License: gpl-3.0
- Created: 2024-12-11T19:53:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T17:36:14.000Z (over 1 year ago)
- Last Synced: 2025-02-10T10:30:15.024Z (over 1 year ago)
- Language: C++
- Size: 860 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuralAmpModelerJuce

```
git clone --recurse-submodules
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
```
I recommend building with Clang, I have added specific clang optimisations to cmake which targets the `-march=x86-64-v3` architecture used on modern cpus.
# Acknowledgments
- Steven Atkinson & Neural Amp Modeler: This project would not exist without the original NAM.