cpal
cpal copied to clipboard
"expected `i32`, found `u32`" error when compiling with "asio" feature
Hello,
I tried to build a project that uses cpal and it fails when building with the asio feature.
I think the error is within the library itself and I don't know how to debug it further.
This is the failing GitHub Workflow: https://github.com/pfrankw/aemt/actions/runs/15518432497/job/43688424255
When compiling without the asio feature it has no problems.
Thank you