Skip to content

Commit d2cc001

Browse files
committed
fixed model loudness
1 parent ec34afb commit d2cc001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/NeuralAudio

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(SOURCES nam_lv2.cpp
88
nam_plugin.cpp
99
nam_plugin.h)
1010

11-
set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)
11+
set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)
1212

1313
add_library(neural_amp_modeler SHARED ${SOURCES} ${NA_SOURCES})
1414

0 commit comments

Comments
 (0)