-
Notifications
You must be signed in to change notification settings - Fork 286
chore: update cpal to latest Git, fix conflict #803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
528137e to
6851f06
Compare
…ce` with `into_inner`
6851f06 to
57b2f0c
Compare
|
Thanks for this preparatory work. Now that RustAudio/cpal#1011 is merged, we can also enable the |
|
Done and updated to the latest cpal 🙂 |
|
I'd like to release v0.17 soon. call for final testing! |
|
I'm currently on holiday and can't update my PRs, but that seems fine at a glance! Feel free to use this PR / close it / do whatever you need to 🙂 |
|
Updated it to latest cpal master. |
|
Just released cpal v0.1.70. Updating this PR to match and merging when the CI passes. |
This PR is a prospective update of the
cpaldependency to the latest Git version. It is not intended to be merged (at least until the nextcpalrelease is cut); instead, it's intended as a version ofrodiothat can have itscpalpatched with a fork of the ~currentcpalHEAD (e.g. my RustAudio/cpal#1027).The only changes so far:
cargo update -p objc2to break a dependency resolution conflictFrom<Input> for cpal::DevicewithInput::into_inner, ascpalnow has a conflicting trait implementation.I considered implementing(theInto, but the asymmetry of not having theFromis generally frowned upon.Fromblanket impl blocks this)cpal-shared-stdcxxfeature, which activates the oboe backend for cpal, which has since been removed