Skip to content

Releases: kakashidinho/openal-soft-winphone

0.0.3

17 Oct 19:05
Compare
Choose a tag to compare

Disable some more APIs that are not allowed on Windows Store

0.0.2

25 Apr 09:27
Compare
Choose a tag to compare

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

24 Nov 23:25
Compare
Choose a tag to compare

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.