Versions in this module Expand all Collapse all v0 v0.5.0 Nov 13, 2020 v0.4.0 Oct 27, 2020 Changes in this version + var CoreAudioAlreadyInitialized = errors.New("CoInitializeEX returned S_FALSE -> Already initialized on this thread") + type CoreAudio struct + func New() (*CoreAudio, error) + func (ca *CoreAudio) Cleanup() error + func (ca *CoreAudio) HandleMIDIMessage(m *mixer.Mapping, c int, v int) + func (ca *CoreAudio) HandleSystrayMessage(msg systray.Message)