diff options
author | orbea <orbea@riseup.net> | 2020-01-07 07:52:51 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:55 +0700 |
commit | 4d3d370443d698c453c56b7e7898fd9b45688554 (patch) | |
tree | ebc317228f34047a1f494fb797657afd5387cb76 /audio/FAudio/README | |
parent | 9a01ea0e0e640197154cbe7a1c694a1ac4c9eabb (diff) |
audio/FAudio: Updated for version 20.01.
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'audio/FAudio/README')
-rw-r--r-- | audio/FAudio/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/FAudio/README b/audio/FAudio/README index 335072c8ba..2d971dd890 100644 --- a/audio/FAudio/README +++ b/audio/FAudio/README @@ -1,3 +1,9 @@ This is FAudio, an XAudio reimplementation that focuses solely on developing fully accurate DirectX Audio runtime libraries for the FNA project, including XAudio2, X3DAudio, XAPO, and XACT3. + +ffmpeg is an optional dependency for decoding xWMA resources. + +To enable ffmpeg support use: + + FFMPEG=yes ./FAudio.SlackBuild |