Skip to content

Commit eb1cb95

Browse files
committed
typo
1 parent 80f5899 commit eb1cb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/waveshaper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ impl AudioProcessor for WaveShaperRenderer {
396396
let input = &inputs[0];
397397
let output = &mut outputs[0];
398398

399-
if input.is_silent() & self.can_propagate_silence {
399+
if input.is_silent() && self.can_propagate_silence {
400400
output.make_silent();
401401
return false;
402402
}

0 commit comments

Comments
 (0)