All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.1 - 2021-07-17
- Version not bumped in Cargo.toml. Everything else is identical to v0.3.0.
0.3.0 - 2021-07-17 [YANKED]
- New constants for MP3 (MPEG-1/2/2.5 Layer 3) support added in
libsndfile 1.1.0-beta1:
SF_FORMAT_MPEG
SF_FORMAT_MPEG_LAYER_I
SF_FORMAT_MPEG_LAYER_II
SF_FORMAT_MPEG_LAYER_III
SFC_GET_BITRATE_MODE
SFC_SET_BITRATE_MODE
0.2.2 - 2021-02-15
SFC_SET_OGG_PAGE_LATENCY_MS
constantSFC_SET_OGG_PAGE_LATENCY
constantpkg-config
method to search native library in build script
- libc deprecation warnings
0.2.1 - 2019-04-04
- Linking error (thanks to @tuxzz)
0.2.0 - 2019-02-16
- Opus codec support:
SF_FORMAT_OPUS
constantSFC_GET_ORIGINAL_SAMPLERATE
constantSFC_SET_ORIGINAL_SAMPLERATE
constant
- Unreleased link in CHANGELOG.md
0.1.2 - 2018-11-11
0.1.1 - 2018-10-26
- Build warning about reduntant linker flag
- Build warning about unused import on non-Windows platforms
0.1.0 - 2018-10-17
- libsndfile API up to v1.0.29pre1@81a71e0
- Travis CI tests