Update README.md

This commit is contained in:
Mike Oliphant
2024-11-17 07:21:05 -08:00
committed by GitHub
parent 4b10ae103a
commit 54516bd618
+2 -2
View File
@@ -51,6 +51,6 @@ After building, the plugin will be in **build/neural_amp_modeler.lv2**.
### Optimization ### Optimization
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. 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.
You can also alter the default model loading behavior with "**‑DLSTM_PREFER_NAM=ON**" (use NAM Core instead of RTNeural for NAM LSTM models) and "**‑DWAVENET_PREFER_NAM=ON**" (use NAM Core instead of RTNeural or NAM WaveNet models). You can also alter the default model loading behavior with ```-DLSTM_PREFER_NAM=ON``` (use NAM Core instead of RTNeural for NAM LSTM models) and ```-DWAVENET_PREFER_NAM=ON``` (use NAM Core instead of RTNeural or NAM WaveNet models).