cpal
cpal copied to clipboard
Plans for windows-rs?
I just wanted to inquire if there is currently any long-term plans for porting cpal to the windows-rs crate, and if anyone has already undertaken the effort?
Not going to happen until windows-rs has a better cross compilation story.
@HEnquist has been working on safe Rust bindings for WASAPI: https://github.com/HEnquist/wasapi-rs. This could be used to replace the winapi based WASAPI backend in cpal.
Seems like this has been resolved on windows-rs's end: https://github.com/microsoft/windows-rs/issues/1799