moutend / go-wca

Pure golang bindings for Windows Core Audio API. The `cgo` is not required.
MIT License
111 stars 28 forks source link

Fix `BIsOffload` type in `AudioClientProperties` struct #17

Open devgianlu opened 1 year ago

devgianlu commented 1 year ago

The bool type for BIsOffload is incorrect for this field since BOOL in Windows is defined as an int (4 bytes), but it's just 1 byte in Golang.

https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types