-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NeuralAudio - use RTNeural for NAM LSTM models. Support RTNeur…
…al keras/Aida-x LSTM models
- Loading branch information
1 parent
38456da
commit be05479
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
Submodule NeuralAudio
updated
10 files
+7 −1 | CMakeLists.txt | |
+6 −1 | NeuralAudio/CMakeLists.txt | |
+64 −10 | NeuralAudio/NAMModel.h | |
+96 −3 | NeuralAudio/NeuralModel.cpp | |
+16 −3 | NeuralAudio/NeuralModel.h | |
+439 −0 | NeuralAudio/RTNeuralModel.h | |
+10 −0 | Utils/CMakeLists.txt | |
+1 −0 | Utils/NamLstm/CMakeLists.txt | |
+50 −0 | Utils/NamLstm/NamLstm.cpp | |
+1 −1 | deps/RTNeural |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters