NAM Oversampler v1.4.0
Release notes
- Improved filters, now there are 3 options available:
- Minimum Phase: cascaded half-band FIR with 0 latency (default for realtime)
- Linear Phase (short): cascaded linear phase half-band FIR with 127 taps per stage
- Linear Phase (short): cascaded linear phase half-band FIR with 511 taps per stage (default for offline rendering)
Number of stages depends on the oversampling: 1 stage at 2x, 2 stages at 4x, 3 at 8x, 4 at 16x and 5 at 32x
-
Fixed offline rendering alignment issues.
-
Fixed filter-mode/default handling between realtime playback and offline rendering.
-
Improved host reset/order handling for oversampling and latency reporting.
-
Reduced risk of incorrect latency compensation when switching render modes.
Full Changelog: v1.3.1...v1.4.0