Skip to content

Commit

Permalink
Update NeuralAudio - use RTNeural for NAM LSTM models. Support RTNeur…
Browse files Browse the repository at this point in the history
…al keras/Aida-x LSTM models
  • Loading branch information
mikeoliphant committed Nov 3, 2024
1 parent 38456da commit be05479
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions resources/neural_amp_modeler.ttl.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<@NAM_LV2_ID@#model>
a lv2:Parameter;
mod:fileTypes "nam,nammodel";
mod:fileTypes "nam,nammodel,json";
rdfs:label "Neural Model";
rdfs:range atom:Path.

Expand All @@ -39,11 +39,13 @@
opts:supportedOption <http://lv2plug.in/ns/ext/buf-size#maxBlockLength>;

rdfs:comment """
LV2 plugin for Neural Amp Modeler machine learning guitar amplifier simulation models
LV2 plugin for neural network machine learning guitar amplifier simulation models

Based on the Neural Amp Modeler Core codebase: https://github.com/sdatkinson/NeuralAmpModelerCore
Models supported:
Neural Amp Modeler (NAM): https://github.com/sdatkinson/neural-amp-modeler
RTNeural keras/Aida-x models: https://github.com/jatinchowdhury18/RTNeural

A large collection of .nam models is available at https://tonehunt.org
A large collection of models is available at https://tonehunt.org
""";

patch:writable <@NAM_LV2_ID@#model>;
Expand Down

0 comments on commit be05479

Please sign in to comment.