Skip to content

Latest commit

 

History

History
89 lines (57 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

89 lines (57 loc) · 2.3 KB

Changelog

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

Fixed

  • Version not bumped in Cargo.toml. Everything else is identical to v0.3.0.

0.3.0 - 2021-07-17 [YANKED]

Added

  • 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

Added

  • SFC_SET_OGG_PAGE_LATENCY_MS constant
  • SFC_SET_OGG_PAGE_LATENCY constant
  • pkg-config method to search native library in build script

Fixed

  • libc deprecation warnings

0.2.1 - 2019-04-04

Fixed

  • Linking error (thanks to @tuxzz)

0.2.0 - 2019-02-16

Added

  • Opus codec support:
    • SF_FORMAT_OPUS constant
    • SFC_GET_ORIGINAL_SAMPLERATE constant
    • SFC_SET_ORIGINAL_SAMPLERATE constant

Fixed

  • Unreleased link in CHANGELOG.md

0.1.2 - 2018-11-11

Added

0.1.1 - 2018-10-26

Fixed

  • Build warning about reduntant linker flag
  • Build warning about unused import on non-Windows platforms

0.1.0 - 2018-10-17

Added