• Yue Wang's avatar
    Update OSXOutputPlugin.cxx · 1d30df9b
    Yue Wang authored
    some device seems to have issue with setting kAudioDevicePropertyVolumeScalar  with kAudioObjectPropertyElementMaster. Use AudioToolbox 's kAudioHardwareServiceDeviceProperty_VirtualMasterVolume instead. 
    
    Ideally, we should get the steoro channels first, and set the kAudioDevicePropertyVolumeScalar for each channel, which is doable as presented in https://github.com/cmus/cmus/blob/master/op/coreaudio.c. I will do a follow up PR after refactor PR.
    1d30df9b
OSXOutputPlugin.cxx 26.1 KB