Fix clippy warnings (#275)

This commit is contained in:
Gnome!
2025-05-05 13:58:15 +01:00
committed by GitHub
parent 64868e7213
commit 8956352f13
6 changed files with 18 additions and 17 deletions

View File

@@ -246,7 +246,7 @@ pub fn mix_symph_indiv(
resample_in_progress = true;
continue;
}
};
}
let samples_marched = mix_resampled(rs_out_buf, symph_mix, samples_written, volume);