summaryrefslogtreecommitdiff
path: root/audio/openal
AgeCommit message (Collapse)AuthorFilesLines
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-17Initial import of openal, version 20030125.jmmv7-0/+194
OpenAL is a 3D positional spatialized sound library analogous to OpenGL: instead of micromanaging each aspect of sound playback and effect, the application writer may limit himself to placing sounds in the scene and letting the native OpenAL implementation determine the correct amount of pitch alteration, gain attenuation, phase shift, etc., required to render the sounds correctly. Provided in PR pkg/20759 by Juan RP, with some changes by me.