Skip to content

Commit

Permalink
fix(anni-playback): fill output buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
snylonue authored and Yesterday17 committed Nov 6, 2023
1 parent 712239f commit bad3d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anni-playback/src/dsp/resampler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ where
)
.unwrap();

let output = rubato::Resampler::output_buffer_allocate(&resampler, false);
let output = rubato::Resampler::output_buffer_allocate(&resampler, true);

let input = vec![Vec::with_capacity(duration); num_channels];

Expand Down

0 comments on commit bad3d40

Please sign in to comment.