From be05479671f09194d65c842e8154bdae288d705c Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sun, 3 Nov 2024 15:08:58 -0800 Subject: [PATCH] Update NeuralAudio - use RTNeural for NAM LSTM models. Support RTNeural keras/Aida-x LSTM models --- deps/NeuralAudio | 2 +- resources/neural_amp_modeler.ttl.in | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/deps/NeuralAudio b/deps/NeuralAudio index 86a0443..7672b30 160000 --- a/deps/NeuralAudio +++ b/deps/NeuralAudio @@ -1 +1 @@ -Subproject commit 86a0443611119fc1d824bfd29c4d528e262c8bc5 +Subproject commit 7672b306112efafde7210adefd9bda7330b1ceff diff --git a/resources/neural_amp_modeler.ttl.in b/resources/neural_amp_modeler.ttl.in index 10e5ee3..8f5d224 100644 --- a/resources/neural_amp_modeler.ttl.in +++ b/resources/neural_amp_modeler.ttl.in @@ -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. @@ -39,11 +39,13 @@ opts:supportedOption ; 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>;