Releases: kakashidinho/openal-soft-winphone
Releases · kakashidinho/openal-soft-winphone
0.0.3
0.0.2
This is an OpenAL-soft shared library for Windows Store App/Windows Phone 8.0+.
Features:
back-end for Xaudio2 (default)
back-end for Windows Audio Session API (WASAPI)
This is a fork of OpenAL-soft
Important Notes:
Windows Store App:
alcOpenDevice() is not allowed to be called on UI thread.
All OpenAL function are not allowed to be called before UI window is ready/visible.
The above notes are applied for WASAPI backend only for now. Currently, Xaudio2 is default backend which doesn't cause such problems.
Working OpenAL libraries for winrt and wp8.0/8.1
Working OpenAL libraries for Windows Store and Windows Phone.
Pre-built library files are in "winrt.vs2012/bin/$(platform)/Release/" folder.
These libraries can be linked to both v8.0 and v8.1 target.
Important notes for Windows Store App:
- Don't call alcOpenDevice() on UI thread.
- Don't call any OpenAL function before UI window is visible.