Skip to content

Audio Resampling Tool (ART) Version 0.3

Choose a tag to compare

@dbry dbry released this 06 Jan 19:37
· 50 commits to master since this release

Major changes since 0.2:

  • new strong ATH noise-shaping for popular sampling rates (32, 44.1, 48, 88.2 and 96 kHz)
  • performance improvement through compiler optimizations and new convolution loop
  • move decimation (float to integer and back) into own module for use outside ART
  • make dither and noise-shaping fully configurable (including disabled)
  • fix MSVC compiles (no variable-length arrays, M_PI defined)
  • only write extensible WAV header if strictly required (ART)