Releases: dbry/audio-resampler
Releases · dbry/audio-resampler
Audio Resampling Tool (ART) Version 0.3
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
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
Initial release of the audio resampling engine and tool, including an experimental console application for 64-bit Windows built with MinGW.