From d940642b65447c9d6b112b911d5a935ce452a93b Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sat, 13 May 2023 17:40:09 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 711088e..85f3b25 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,17 @@ To get the intended behavior, **you must run your audio host at the same sample For amp-only models (the most typical), **you will need to run an impulse reponse after this plugin** to model the cabinet. -### Compiling +### Models and Performance + +The best source of models is [ToneHunt](https://tonehunt.org/). + +NAM 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. + +A Raspberry Pi 4 running a 64bit OS can run "standard" NAM models with a bit of room to spare for a cabinet IR and some lightweight effects. + +If you are having trouble running a "standard" model, try looking for "feather" (the least expensive) models. You can find a list of ["feather"-tagged models on ToneHunt](https://tonehunt.org/?tags=feather-mdl). 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. + +### Building First clone the repository: ```bash