Releases: HEnquist/rubato
Releases · HEnquist/rubato
v4.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.0.0...v3.0.0
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog : v1.0.0...v1.0.1
v1.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.16.2
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.16.1...v0.16.2
v0.16.1
Compare
Sorry, something went wrong.
No results found
Fix benches with with --no-default-features
v0.16.0
Compare
Sorry, something went wrong.
No results found
v0.16.0
Add support for changing the fixed input or output size of the asynchronous resamplers.
v0.15.0
Compare
Sorry, something went wrong.
No results found
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).