Skip to content

Commit c67536e

Browse files
committed
fix: temporary force output to mono
1 parent 4754c00 commit c67536e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/convolver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ impl AudioProcessor for ConvolverRenderer {
346346
// single input/output node
347347
let input = &inputs[0];
348348
let output = &mut outputs[0];
349-
output.make_silent();
349+
output.force_mono();
350350

351351
let convolvers = match &mut self.convolvers {
352352
None => {

0 commit comments

Comments
 (0)