Chore: Update Rubato -> 0.14.1

This commit is contained in:
Kyle Simpson
2023-08-28 22:55:25 +01:00
parent 4220c1ffe5
commit 67b3b3ec50
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ impl ToAudioBytes {
)
.expect("Failed to create resampler.");
let resampled_data = resampler.output_buffer_allocate();
let resampled_data = resampler.output_buffer_allocate(false);
ResampleState {
resampled_data,