Skip to content

Commit

Permalink
fixed model loudness
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Oct 31, 2024
1 parent ec34afb commit d2cc001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/NeuralAudio
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(SOURCES nam_lv2.cpp
nam_plugin.cpp
nam_plugin.h)

set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)
set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)

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

Expand Down

0 comments on commit d2cc001

Please sign in to comment.