Skip to content

NAM Oversampler v1.4.0

Choose a tag to compare

@DLC86 DLC86 released this 16 Jun 18:57
· 17 commits to main since this release

Release notes

  • Improved filters, now there are 3 options available:
  1. Minimum Phase: cascaded half-band FIR with 0 latency (default for realtime)
  2. Linear Phase (short): cascaded linear phase half-band FIR with 127 taps per stage
  3. 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