Releases: libsndfile/libsamplerate
0.2.2
- Fix CMake overlinking for examples (#146)
- Switch to GCC's visibility for hiding more implementation details
- Check GNU ld instead of gcc for exported symbols control logic in configure.ac
- Disable static builds using Autotools by default. If you want static libraries, pass --enable-static to ./configure
- ABI version incompatibility between Autotools and CMake build on Apple platforms.
- Fixes and improvements for CMake build system.
- Fixes and improvements for Autotools build system.
- Switch to .xz over .bz2 for release tarballs.
- Minor bug fixes and updates.
Note for Autotools users: Please note that the "Source code (zip)" or "Source code (tar.gz)" downloads require you to have the autotools toolchain (autoconf
, automake
and libtool
) installed. If you don't want to install it (or don't know what this means), you should probably download the libsamplerate-*.tar.xz
asset instead.
0.2.1
- Fix incorrect passing of
-version-info
to libtool, causing a
regression on versioned file name of the shared library (#140). - Fix time resolution on GNU/Hurd for throughput_test
- Update AUTHORS and release manager details
Note for Autotools users: Please note that the "Source code (zip)" or "Source code (tar.gz)" downloads require you to have the autotools toolchain (autoconf
, automake
and libtool
) installed. If you don't want to install it (or don't know what this means), you should probably download the libsamplerate-*.tar.bz2
asset instead.
0.2.0
WARNING: Do not use this release as the libtool versioning is broken, use the 0.2.1 release instead.
- API:
- Add
src_clone()
function to clone a SRC_STATE* handle
- Add
- Cleanup Autotools build system.
- Require C99 compiler
- Move
sndfile-resample
to sndfile-tools package - Add missing
src_get_channels
() export to windows def file - Fix macOS compile errors and modernize audio api on that platform
- Add Octave scripts to generate filter coefficients
- Fix two potential undefined behaviours
- Fix a buffer out-of-bounds read error in src/src_sinc.c
- Improve multichan_throughput_test
- Replace buggy implementation of Duffs device by regular loop
- CMake:
- Fix CMake generated shared library ABI compliance with Autotools build
- Documentation:
- Move site to new URL: http://libsndfile.github.io/libsamplerate/
- Convert documentation pages from HTML to Markdown
- Use GitHub's Jekyll static site generator to generate static HTML pages
for site
Note for Autotools users: Please note that the "Source code (zip)" or "Source code (tar.gz)" downloads require you to have the autotools toolchain (autoconf
, automake
and libtool
) installed. If you don't want to install it (or don't know what this means), you should probably download the libsamplerate-*.tar.bz2
asset instead.
0.1.9
Version 1.0.9