Skip to content

Releases: dbry/audio-resampler

Audio Resampling Tool (ART) Version 0.3

06 Jan 19:37
Compare
Choose a tag to compare

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)

Audio Resampling Tool (ART) Version 0.2

22 Jan 23:07
Compare
Choose a tag to compare

Changes from version 0.1:

  • when downsampling, use a lowpass freq under Nyquist based on filter length
  • allow all import/export PCM integer depths from 4 to 24 bits, inclusive

Audio Resampling Tool (ART) Version 0.1

11 Sep 03:28
Compare
Choose a tag to compare
Pre-release

Initial release of the audio resampling engine and tool, including an experimental console application for 64-bit Windows built with MinGW.