Skip to content

Commit 91259b8

Browse files
authored
Update README.md
1 parent 4c8c341 commit 91259b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ To get the intended behavior, **you must run your audio host at the same sample
99

1010
For amp-only models (the most typical), **you will need to run an impulse reponse after this plugin** to model the cabinet.
1111

12-
## Models and Performance
12+
## Models Supported
1313

1414
The plugin supports both [Neural Amp Modeler (NAM)](https://github.com/sdatkinson/neural-amp-modeler) models and [RTNeural keras json models](https://github.com/jatinchowdhury18/RTNeural) (like those used by [Aida-X](https://github.com/AidaDSP/AIDA-X)).
1515

1616
The best source of models is [Tone3000](https://www.tone3000.com/).
1717

18+
For more information on model type support, see the [NeuralAudio](https://github.com/mikeoliphant/NeuralAudio) repository, which is where the model handling code lives.
19+
20+
## Performance
21+
1822
NAM WaveNet models are generally quite expensive to run. This isn't (much of) an issue on modern PCs, but you may have trouble running on less powerful hardware.
1923

2024
If you are having trouble running a "standard" model, try looking for "feather", or even "nano" (the least expensive) models. You can find a list of ["feather"-tagged models on Tone3000](https://www.tone3000.com/search?sizes=feather). Note that tagging models is up to the submitter, so not all "feather" models are tagged as such - you should be able to find more if you dig around.
2125

22-
For more information on model type support, see the [NeuralAudio](https://github.com/mikeoliphant/NeuralAudio) repository, which is where the model handling code lives.
2326

2427
## Input Calibration
2528

0 commit comments

Comments
 (0)