capsule icon indicating copy to clipboard operation
capsule copied to clipboard

HAL support (macOS)

Open fasterthanlime opened this issue 7 years ago • 1 comments

Overland is a wwise game, it's terribly slow in my test VM though so it'd take me a long time to figure out exactly what it's using - but in my last test it didn't seem like the coreaudio hooks were called.

Maybe someone whose mac hardware didn't die on them unexpectedly can help research this?

fasterthanlime avatar Apr 02 '17 11:04 fasterthanlime

Looks like WWise is using AkSoundEngine which in turns uses HAL (IOAudioDevice etc.) instead of the AudioUnit stuff we're hooking - see https://developer.apple.com/library/content/documentation/DeviceDrivers/Conceptual/WritingAudioDrivers/AudioOnMacOSX/AudioOnMacOSX.html

fasterthanlime avatar Apr 03 '17 19:04 fasterthanlime