drewmerc302/nam-a2a1-converter — explained in plain English
Analysis updated 2026-07-26
Convert A2 Neural Amp Modeler files so they work on Valeton GP-5 or GP-50 pedals.
Batch convert multiple guitar amp captures from A2 to A1 format in one session.
Use a GPU to speed up conversion of complex amp models from A2 to A1.
| drewmerc302/nam-a2a1-converter | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
No setup is required, just download the prebuilt app for your OS, launch it, and drag in your files.
{"i":1234,"repo":"drewmerc302/nam-a2a1-converter","stars":2,"lang":"Python","ok":true,"char_count":1571,"text":"This is a desktop application that converts one type of guitar amplifier model file into another. Specifically, it takes captures made in the newer A2 format from the Neural Amp Modeler project and produces A1 format files, which are what devices like the Valeton GP-5 and GP-50 pedalboards accept. The two formats use different neural network architectures, so you cannot just relabel the file. The conversion works by a process called distillation: the application plays a standardized test signal through the A2 model, records the result, then trains a fresh A1 model to reproduce that same output.\n\nThe result is a new A1 file that closely matches the behavior of the original A2 capture. Because the A2 model is deterministic and free of noise from a physical amplifier, the distilled A1 copy is typically a tighter match to the A2 than a real amp capture would be to its source amp. In practice, you load the resulting file onto your pedal, and it behaves like the original capture.\n\nYou can download prebuilt versions for macOS, Windows, and Linux with no Python installation required. The macOS build is signed and notarized, so it opens cleanly. The Windows build is unsigned, which means you will see a SmartScreen warning and need to click through it. The Linux build runs on recent distributions and bundles its own dependencies, so there is nothing extra to install.\n\nTraining the new model is much faster if your computer has a GPU. The macOS app already uses Apple silicon graphics by default. On Windows with an NVIDIA card, there is a separate CUDA build that can cut a conversion from about 40 minutes down to a small fraction of that time. The app checks your hardware on launch and tells you if a faster build is available.\n\nUsing it is straightforward: launch the app, drop in one or more A2 files, pick a quality preset, and click convert. A progress bar shows how long is left, and you can cancel at any point. The finished A1 files appear in a folder on your computer, ready to import into your device. The project is built on the open source Neural Amp Modeler and gives credit to related community work on the older format.","error":null}
A desktop app that converts newer Neural Amp Modeler (A2) guitar amp files into the older A1 format used by Valeton GP-5 and GP-50 pedals. It uses model distillation to recreate the tone accurately.
Mainly Python. The stack also includes Python, Neural Amp Modeler, CUDA.
The explanation does not mention a license, so the terms of use are unknown.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.