5 Commits

Author SHA1 Message Date
Mike Oliphant 496f602fc2 Update NeuralAudio (oversampling). Pass external sample rate to NeuralAudio. 2026-06-14 09:19:55 -07:00
Mike Oliphant b816ebbc52 Update NeuralAudio (add DEFAULT_INPUT_DBU cmake option) 2026-06-12 13:01:53 -07:00
Mike Oliphant 74503cc67a Update NeuralAudio (internal support for composite models) 2026-06-12 11:45:24 -07:00
Mike Oliphant 37f5071e6a Fix smart bypass cmake message 2026-06-11 10:23:37 -07:00
Mike Oliphant f84082b42d Update NeuralAudio (fix smart bypass on a2 models) 2026-06-11 06:49:07 -07:00
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ if (SMART_BYPASS_ENABLED)
add_definitions(-DSMART_BYPASS_ENABLED)
message(STATUS "Smart Bypass enabled")
else()
message(STATUS "Smart Bypass enabled")
message(STATUS "Smart Bypass NOT enabled")
endif (SMART_BYPASS_ENABLED)
set_target_properties(neural_amp_modeler
+2
View File
@@ -45,6 +45,8 @@ namespace NAM {
{
this->sampleRate = sampleRate;
loader.SetExternalSampleRate((int)sampleRate);
// for fetching initial options, can be null
LV2_Options_Option* options = nullptr;