Ticket #359 (closed task: fixed)
Opened 5 years ago
Last modified 5 years ago
[openal] add - files attached needs review
| Reported by: | michaelvoliveira | Owned by: | michaelvoliveira |
|---|---|---|---|
| Priority: | normal | Milestone: | LibPak 1.0 |
| Component: | media-libs/openal | Version: | |
| Severity: | normal | Keywords: | openal soft |
| Cc: |
Description
OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. It's built off of the open-sourced Windows version available originally from the SVN repository at openal.org.
OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, low-pass filters, and reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture.
Attachments
Change History
Changed 5 years ago by michaelvoliveira
- attachment openal-1.12.854.bep added
Changed 5 years ago by michaelvoliveira
- attachment openal-soft-1.12.854.patch added
patch file to detect math functions and pthread
comment:1 Changed 5 years ago by michaelvoliveira
In some way, is need add some code to recognize media kit for play sound
comment:2 Changed 5 years ago by michaelvoliveira
Tested with GCC2 and GCC4
comment:3 Changed 5 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
added in r869.

Initial .bep file