You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some debugging, and the IsFormatSupported call is returning S_FALSE and the closest match the same as the request but with dwChannelMask filled in as 3 rather than 0. If I locally patch so that dwChannelMask in the request is initialized to 3, it works.
The text was updated successfully, but these errors were encountered:
Hi @raphlinus I just left a comment here with my thoughts on no longer supporting Windows 7 in cpal going forward. I would love to hear your thoughts however!
My code (https://github.com/raphlinus/synthesizer-io , just
cargo run
, see here for the code that sets up cpal playback) fails on my Windows 7 laptop with FormatNotSupported error.I did some debugging, and the
IsFormatSupported
call is returningS_FALSE
and the closest match the same as the request but with dwChannelMask filled in as 3 rather than 0. If I locally patch so that dwChannelMask in the request is initialized to 3, it works.The text was updated successfully, but these errors were encountered: