wwise-zig
implement a native Zig binding for Audiokinetic Wwise.
Each function name, structs and enums has been renamed to fit the Zig coding style. The default I/O hooks supplied by Audiokinetic are easy to use. You can also generate sound banks using the Zig build system and generate a zig module with Wwise IDs parsed from Wwise_ID.h
.
This is a 3rd party binding and it is not affiliated with Audiokinetic.
Github
Supported platforms
Platform | Architecture | Tested |
---|---|---|
Windows | x86 (msvc ABI only) | ❌ |
Windows | x86-64 (msvc ABI only) | ✅ |
Linux | x86-64 | ✅ |
Linux | aarch64 | ❌ |
Android | arm64 | ❌ |
Android | arm | ❌ |
Android | x86 | ❌ |
Android | x86-64 | ❌ |
Mac | Universal (x86-64 and aarch64) | ❌ |
iOS | ❌ | |
tvOS | ❌ |