mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
Don't use RTNeural for WaveNet by default
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ else()
|
|||||||
message("Using RTNeural for LSTM models")
|
message("Using RTNeural for LSTM models")
|
||||||
endif (LSTM_PREFER_NAM)
|
endif (LSTM_PREFER_NAM)
|
||||||
|
|
||||||
option(WAVENET_PREFER_NAM "Always use NAM Core for NAM WaveNet models" OFF)
|
option(WAVENET_PREFER_NAM "Always use NAM Core for NAM WaveNet models" ON)
|
||||||
|
|
||||||
if (WAVENET_PREFER_NAM)
|
if (WAVENET_PREFER_NAM)
|
||||||
add_definitions(-DWAVENET_PREFER_NAM)
|
add_definitions(-DWAVENET_PREFER_NAM)
|
||||||
|
|||||||
Reference in New Issue
Block a user