Releases: HEnquist/rubato
Releases Β· HEnquist/rubato
v2.0.0
01 Apr 21:21
Compare
Sorry, something went wrong.
No results found
v1.0.1
23 Jan 20:16
Compare
Sorry, something went wrong.
No results found
v1.0.0
30 Dec 22:41
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
17 Apr 21:00
Compare
Sorry, something went wrong.
No results found
v0.16.2
31 Mar 20:06
Compare
Sorry, something went wrong.
No results found
v0.16.1
27 Oct 16:01
Compare
Sorry, something went wrong.
No results found
Fix benches with with --no-default-features
v0.16.0
28 Sep 08:59
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
05 Mar 21:40
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).
v0.14.1
02 Jul 21:05
Compare
Sorry, something went wrong.
No results found
v0.14.1
More bugfixes for buffer allocation and max output length calculation.
Fix building with log feature.
v0.14.0
10 Jun 21:21
Compare
Sorry, something went wrong.
No results found
Changes:
Add argument to let input/output_buffer_allocate() optionally pre-fill buffers with zeros.
Add convenience methods for managing buffers.
Bugfixes for buffer allocation and max output length calculation.