Skip to content

Commit

Permalink
fix: temporary force output to mono
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 7, 2024
1 parent 4754c00 commit c67536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/convolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ impl AudioProcessor for ConvolverRenderer {
// single input/output node
let input = &inputs[0];
let output = &mut outputs[0];
output.make_silent();
output.force_mono();

let convolvers = match &mut self.convolvers {
None => {
Expand Down

0 comments on commit c67536e

Please sign in to comment.