Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 832 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 832 Bytes

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.2.0 - 2024-10-28

Fixed

  • Add support for hardwares that may not have the pcm format we want, by converting the audio stream to the supported format.

Changed

  • Updated cpal to 0.15.3
  • Updated rubato to 0.16
  • Updated ringbuf to 0.4

0.1.0 - 2024-01-29

Added

  • Initial implementation of the library, supporting dynamic resampling of audio stream.