Skip to content

winecoreaudio: revert unix_set_volumes

Ada Ahmed requested to merge yretenai/wine:fix/58113-coreaudio into master

I was able to replicate the issue seen in Bug 58113 on my M1.

The issue stems from the usage of AudioDevicePropertyVolumeScalar, which the audio driver for the M1 does not support (at least so it appears.) Using AudioObjectIsPropertySettable allows for fast checking for this situation, including preemptively disabling main channel audio if it appears to be unsupported.

Edited by Ada Ahmed

Merge request reports

Loading