moutend / go-wca

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

fixing typod interface #6

Closed GregoryDosh closed 2 years ago

GregoryDosh commented 3 years ago

It appears as though this was a small oversight that might have gotten missed. I made this change so that I could implement audio session notifications in my application and without this change it was trying to register the wrong callbacks.