-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8dee78
commit 0227fdc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule NeuralAudio
updated
8 files
+2 −2 | .github/workflows/build.yml | |
+20 −14 | NeuralAudio/CMakeLists.txt | |
+4 −52 | NeuralAudio/InternalModel.h | |
+0 −1 | NeuralAudio/NAMModel.h | |
+77 −69 | NeuralAudio/NeuralModel.cpp | |
+15 −0 | NeuralAudio/NeuralModel.h | |
+0 −19 | NeuralAudio/RTNeuralModel.h | |
+2 −11 | Utils/ModelTest/ModelTest.cpp |