move volume/panning application to the main process function #333
Annotations
2 errors and 1 warning
method `setup` has 1 parameter but the declaration in trait `manager::backend::Backend::setup` has 2:
crates/kira/src/manager/backend/cpal/wasm.rs#L32
error[E0050]: method `setup` has 1 parameter but the declaration in trait `manager::backend::Backend::setup` has 2
--> crates/kira/src/manager/backend/cpal/wasm.rs:32:21
|
32 | fn setup(settings: Self::Settings) -> Result<(Self, u32), Self::Error> {
| ^^^^^^^^^^^^^^ expected 2 parameters, found 1
|
::: crates/kira/src/manager/backend.rs:34:13
|
34 | settings: Self::Settings,
| ___________________-
35 | | internal_buffer_size: usize,
| |___________________________________- trait requires 2 parameters
|
clippy
Clippy had exited with the 101 exit code
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|