Skip to content

Releases: HEnquist/rubato

v4.0.0

Choose a tag to compare

@HEnquist HEnquist released this 09 Jul 20:10
2c2e7ba

What's Changed

  • Split Resampler into capability traits Adjustable and Resizable by @HEnquist in #132
  • Add Slip resampler for cheap clock-drift rate matching by @HEnquist in #134
  • Update to audioadapter 4.0 and bump to 4.0.0 by @HEnquist in #133

Full Changelog: v3.0.0...v4.0.0

v3.0.0

Choose a tag to compare

@HEnquist HEnquist released this 20 May 19:47
8c72e8d

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

Choose a tag to compare

@HEnquist HEnquist released this 01 Apr 21:21
63c2107

What's Changed

  • Update dependencies, improve tests, bump to v2.0 by @HEnquist in #122

Full Changelog: v1.0.1...v2.0.0

v1.0.1

Choose a tag to compare

@HEnquist HEnquist released this 23 Jan 20:16
f1207d1

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@HEnquist HEnquist released this 30 Dec 22:41
6481730

v1.0.0

  • New API using the AudioAdapter crate to handle different buffer layouts and sample formats.
  • Merged the FixedIn, FixedOut and FixedInOut resamplers into single types that supports all modes.
  • Merged the sinc and polynomial asynchronous resamplers into
    one type that supports both interpolation modes.

v1.0.0-preview.0

v1.0.0-preview.0 Pre-release
Pre-release

Choose a tag to compare

@HEnquist HEnquist released this 17 Apr 21:00

v0.16.2

Choose a tag to compare

@HEnquist HEnquist released this 31 Mar 20:06
c20dfb7

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1

Choose a tag to compare

@HEnquist HEnquist released this 27 Oct 16:01
d26cf3b

Fix benches with with --no-default-features

v0.16.0

Choose a tag to compare

@HEnquist HEnquist released this 28 Sep 08:59
925cc3b
  • v0.16.0
    • Add support for changing the fixed input or output size of the asynchronous resamplers.

v0.15.0

Choose a tag to compare

@HEnquist HEnquist released this 05 Mar 21:40
acca880
  • v0.15.0
    • Make FFT resamplers optional via fft_resampler feature.
    • Fix calculation of input and output sizes when creating FftFixedInOut resampler.
    • Fix panic when using very small chunksizes (less than 5).