SDK for PureBasic, featuring the OpenAL audio API, supporting 3D multichannel output of sound sources around the listener. It's not a DLL wrapper, but rather an import library for the OpenAL DLL, which can be used as a User-Lib in PureBasic. The library is compatible with the original OpenAL v1.0 and v1.1 and OpenAL Soft. The SDK includes the header files, API documentation and usage examples.
GitHub repository: https://github.com/vkamenar/purebasic-openal-sdk
Features
- 3D audio
- Multichannel output
- Sound-source directivity
- Distance- related attenuation
- Environmental effects
License
Public Domainnel_h2
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
-
This SDK is in the public domain. Several sample projects included to explain how to use OpenAL with PureBasic to produce spatial sound. Both 32 and 64 bit PureBasic supported. No external dependencies, except OpenAL.
-
OpenAL was one of the first open cross-platform 3D audio API supported by multiple hardware vendors. Many games were released using this API. Many developers are still using OpenAL. I'm using the PureBasic OpenAL SDK since PureBasic v4.Reply from PureBasic OpenAL SDK