moutend / go-wca

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

Add support for audio sessions #1

Closed medusalix closed 5 years ago

medusalix commented 5 years ago

I implemented some of the APIs necessary to control the volume of individual applications. Might be useful for some people 😃. I added the following new structures:

I would really appreciate if you could take a look at the code and tell me if there's anything to improve 😃. Do you think we should add another example for the new functionality?

medusalix commented 5 years ago

@moutend Is there any chance that this PR will get merged?

moutend commented 5 years ago

Sorry for the late reply. I welcome your PR :D

medusalix commented 5 years ago

No worries, thanks for the merge 😃.