Skip to content

feat: Add channel downmixing for microphone audio frames #4656

feat: Add channel downmixing for microphone audio frames

feat: Add channel downmixing for microphone audio frames #4656

Triggered via pull request November 10, 2025 21:23
Status Success
Total duration 2m 37s
Artifacts

ci.yml

on: pull_request
Detect Changes
6s
Detect Changes
Typecheck
1m 13s
Typecheck
Format (Biome)
8s
Format (Biome)
Format (Cargo)
18s
Format (Cargo)
Lint (Biome)
14s
Lint (Biome)
Verify Tauri plugin versions
0s
Verify Tauri plugin versions
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Fit to window
Zoom out
Zoom in

Annotations

1 warning
methods with the following characteristics: (`to_*` and `self` type is `Copy`) usually take `self` by value: crates/rendering/src/lib.rs#L430
warning: methods with the following characteristics: (`to_*` and `self` type is `Copy`) usually take `self` by value --> crates/rendering/src/lib.rs:430:14 | 430 | fn to_uv(&self, point: XY<f64>) -> XY<f32> { | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default