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
Crowdtesting That Delivers | Testeum
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
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