Chore: Update Rubato -> 0.14.1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user