Update NeuralAudio - use RTNeural for NAM LSTM models. Support RTNeural keras/Aida-x LSTM models

This commit is contained in:
Mike Oliphant
2024-11-03 15:08:58 -08:00
parent 38456dae4a
commit be05479671
2 changed files with 7 additions and 5 deletions
+6 -4
View File
@@ -16,7 +16,7 @@
<@NAM_LV2_ID@#model> <@NAM_LV2_ID@#model>
a lv2:Parameter; a lv2:Parameter;
mod:fileTypes "nam,nammodel"; mod:fileTypes "nam,nammodel,json";
rdfs:label "Neural Model"; rdfs:label "Neural Model";
rdfs:range atom:Path. rdfs:range atom:Path.
@@ -39,11 +39,13 @@
opts:supportedOption <http://lv2plug.in/ns/ext/buf-size#maxBlockLength>; opts:supportedOption <http://lv2plug.in/ns/ext/buf-size#maxBlockLength>;
rdfs:comment """ 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>; patch:writable <@NAM_LV2_ID@#model>;