Additional corrections as mentionned in the PR

This commit is contained in:
Arthur Brainville
2018-01-28 03:26:02 +01:00
committed by GitHub
parent d2cf61c99a
commit 58fd9d70d2
+2 -2
View File
@@ -1,4 +1,4 @@
OpenAL-soft
OpenAL soft
===========
`master` branch CI status : [![Build Status](https://travis-ci.org/kcat/openal-soft.svg?branch=master)](https://travis-ci.org/kcat/openal-soft) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/kcat/openal-soft?branch=master&svg=true)](https://ci.appveyor.com/api/projects/status/github/kcat/openal-soft?branch=master&svg=true)
@@ -6,7 +6,7 @@ OpenAL-soft
OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. It's forked from the open-sourced Windows version available originally from openal.org's SVN repository (now defunct).
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, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture.
More information are available on the [official website](http://openal-soft.org/)
More information is available on the [official website](http://openal-soft.org/)
Source Install
-------------