go-wca icon indicating copy to clipboard operation
go-wca copied to clipboard

Pure golang bindings for Windows Core Audio API. The `cgo` is not required.

Results 11 go-wca issues
Sort by recently updated
recently updated
newest added

Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go1.15.7 ### What operating system and processor architecture are you using...

Hi, I implemented [IAudioMeterInformation](https://docs.microsoft.com/en-us/windows/win32/api/endpointvolume/nn-endpointvolume-iaudiometerinformation) Let me know if there are any issues

fixes #8 NOTE: - I only tested the `mmdGetId` fix, but since the code in the other places is pretty much the same I'd expect it to work there as...

There was an typo in the AudioSessionState costants, now they are in line with the documentation: https://docs.microsoft.com/en-us/windows/win32/api/audiosessiontypes/ne-audiosessiontypes-audiosessionstate

Hello , What version of Go are you using (go version)? ![image](https://user-images.githubusercontent.com/12691549/92475614-f7761980-f1dd-11ea-896e-fb0eef314c41.png) What operating system and processor architecture are you using (go env)? ![image](https://user-images.githubusercontent.com/12691549/92475672-11176100-f1de-11ea-9364-3ba38e50f345.png) What did you do? I'm using...

There is an undocumented COM API called IPolicyConfig which allows to do nice things like changing the default audio device used by Windows. An example tool (which works fine) can...

Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? 1.14 ### What operating system and processor architecture are you using...

This is a problem with v0.2.0 but not with v0.1.2 ### What version of Go are you using (`go version`)? go version go1.14.1 windows/amd64 ### What operating system and processor...

### What version of Go are you using (`go version`)? go 1.21.1 amd64 ### What did you do? This is the 0.3.0 VTable for the IAudioMeterInformation interface, I had failures...