NAM Oversampler v1.5.0 #13
DLC86
announced in
Announcements
Replies: 3 comments 8 replies
-
|
Reaper doesn't appear to recognize this version's VST3 (it doesn't show up). The standalone doesn't run either. Last version (1.4.1) worked fine. System is Windows 10 with Intel Core i7-4930K. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I think I've found the issue... The latest releases uses AVX2 which is not compatible with older CPUs, I'll go back to AVX or SSE2 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
NAM-Oversampler-v1.5.0-win.zip |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release notes
Added multi-core support: this splits by phase the model processing and parallelize it across the available number of threads.
You can enable it via the ON/OFF setting in the 'Oversampling' page and only works when oversampling is enabled as well.
Number of threads can be set to 'Auto' or manually to a specific number, feel free to experiment to find the best balance on your system.
Improved filters response and added guard filter to prevent processing/creating signal above the Nyquist of the model's sample rate when the host sample rate is greater than the model.
Improved CPU usage of filters, 'Minimum Phase' now uses a 0 latency polyphase IIR half-band decimator.
The new filters processing is parallelized too when 'Multi-Core' is ON.
Improved mono/stereo switch handling: this avoids unnecessary loading/reloading of the model(s) when going from mono to stereo or viceversa.
Optmized CPU usage for stereo processing.
Improved slimmable model handling by routing size changes through the ResamplingNAM wrapper.
Several other small optimizations to CPU usage.
Fixed AU view class collision with NeuralAmpModeler by @honkkis in Fix AU view class collision with NeuralAmpModeler #8
Linux build momentarily deprecated (sorry but can't test it personally and cannot actively support it at the moment)
New Contributors
Full Changelog: 1.4.1...v1.5.0
This discussion was created from the release NAM Oversampler v1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions