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 DomainOther Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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