We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1167092 commit 63f457eCopy full SHA for 63f457e
src/source/uniform.rs
@@ -57,7 +57,7 @@ where
57
let frame_len = input.current_frame_len().map(|x| x.min(32768));
58
59
let from_channels = match input.channels() {
60
- n if n == 0 => target_channels,
+ 0 => target_channels,
61
n => n,
62
};
63
let from_sample_rate = input.sample_rate();
0 commit comments