wok diff openal/description.txt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openal/description.txt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +OpenAL Soft is an LGPL-licensed, cross-platform, software
     1.5 +implementation of the OpenAL 3D audio API.
     1.6 +OpenAL provides capabilities for playing audio in a virtual
     1.7 +3D environment.
     1.8 +Distance attenuation, doppler shift, and directional sound
     1.9 +emitters are among the features handled by the API.
    1.10 +More advanced effects, including air absorption, occlusion,
    1.11 +and environmental reverb, are available through the EFX
    1.12 +extension.
    1.13 +It also facilitates streaming audio, multi-channel buffers,
    1.14 +and audio capture.