-
Notifications
You must be signed in to change notification settings - Fork 11
Using cubeb as a dependency with the cubeb-coreaudio-rs backend? #229
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
Comments
Just wanted to ping this issue. I've managed to get this building locally, by:
I can, perhaps, make this work for production purposes, but it seems like a lot of changes; is there any simpler way to depend on cubeb-rs with all of the tier-1 backends? |
That seem about right. I have a plan to merge all repos to make this a lot easier, but I haven't done it just now. |
Thanks for the input! Created mozilla/cubeb-rs#91 as a way to add this support to cubeb-rs. This is an early draft still, so let me know what you think. (especially if this is the right general idea) |
The submodule merge is very helpful, but now I'm running into rust-lang/cargo#6745 (Fix tracked in rust-lang/cargo#11405), which I think can only be worked around by adding empty |
Posted mozilla/cubeb-pulse-rs#94 and #236 to work around that issue. |
I'm trying to use cubeb-rs with cubeb-coreaudio-rs as a backend. Currently, I'm doing so by adding
cubeb
to my Cargo.toml, but it appears that:Is there any recommended / supported way to use cubeb-coreaudio-rs as a backend without manually cloning the git repo?
If not, do you have any plans to make it available in crates.io?
The text was updated successfully, but these errors were encountered: