OpenAL Soft is a software implementation of the OpenAL 3D audio API and an alternative to the somewhat outdated reference implementation. As stated on the website, 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. WWW: http://kcat.strangesoft.net/openal.html Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants his PRs (via the GNATS Auto Assign Tool)
beech 2009-02-02 09:31:47 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/openal-soft Makefile distinfo pkg-descr pkg-plist audio/openal-soft/files patch-CMakeLists.txt Log: OpenAL Soft is a software implementation of the OpenAL 3D audio API and an alternative to the somewhat outdated reference implementation. As stated on the website, 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. WWW: http://kcat.strangesoft.net/openal.html PR: ports/131260 Submitted by: Marcus von Appen <mva at sysfault.org> Revision Changes Path 1.1015 +1 -0 ports/audio/Makefile 1.1 +24 -0 ports/audio/openal-soft/Makefile (new) 1.1 +3 -0 ports/audio/openal-soft/distinfo (new) 1.1 +11 -0 ports/audio/openal-soft/files/patch-CMakeLists.txt (new) 1.1 +10 -0 ports/audio/openal-soft/pkg-descr (new) 1.1 +9 -0 ports/audio/openal-soft/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!