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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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