From 0fd82dc816280208179ec667953edf5fa699c014 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Mon, 10 Nov 2025 10:56:01 -0800 Subject: [PATCH] Document SMART_BYPASS_ENABLED CMake option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce2cff5..3b70d35 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,6 @@ After building, the plugin will be in **build/neural_amp_modeler.lv2**. ```-DUSE_NATIVE_ARCH=ON```: If you have a relatively modern x64 processor, you can pass ```-DUSE_NATIVE_ARCH=ON``` on your cmake command line to enable certain processor-specific optimizations. +```-DSMART_BYPASS_ENABLED=ON```: If enabled, this will bypass model processing if input has been silent (below -100 dB by default) for a sufficient number of samples (determined by the model's receptive field size). + Also see the [NeuralAudio CMake options](https://github.com/mikeoliphant/NeuralAudio#cmake-options) - adding these to your neural-amp-modeler-lv2 cmake will pass them to the NeuralAudio build.