As explained on bug 39165, my xaudio2 work uses the ALC_SOFT_loopback extension, which OSX doesn't support. You'll need to install openal-soft on OSX and build against that to use this xaudio2 implementation.
Native xaudio2 installed through winetricks will also continue to work, of course.
Andrew
On Sat, Aug 29, 2015 at 02:36:38PM -0400, Matt Durgavich wrote:
Unless I misapplied your patch, it looks like xaudio2 gets disabled on OS X due to lack of full OpenAL support. OS X does support some OpenAL APIs through CoreAudio in a 1:1 fashion, and the rest would likely need to be implemented.
I can take a pass at this, unless there’s some objection.
-Matt
On Aug 28, 2015, at 10:09 PM, Sebastian Lackner sebastian@fds-team.de wrote:
On 29.08.2015 03:51, Matt Durgavich wrote:
Looks like it is too late :(
This appears to break the build on OSX. Any idea for when a patch will arrive?
The following patch (submitted today) might help: http://source.winehq.org/patches/data/114068
(needs "autoreconf -f" to update the ./configure script)
-Matt