FAudio

FAudio - Accuracy-focused XAudio reimplementation for open platforms

Github星跟踪图

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.

Project Website: http://fna-xna.github.io/

License

FAudio is released under the zlib license. See LICENSE for details.

About FAudio

FAudio was written to be used for FNA's Audio/Media namespaces. We access this
library via FAudio#, which you can find in the 'csharp/' directory.

Dependencies

FAudio depends solely on SDL2. FAudio never explicitly uses the C runtime.

Building FAudio

For *nix platforms, use cmake.

$ mkdir build/
$ cd build/
$ cmake ../
$ make

For Windows, see the 'visualc/' directory.

For Xbox One, see the 'visualc-winrt/' directory.

For iOS/tvOS, see the 'Xcode-iOS/' directory.

Unit tests

FAudio includes a set of unit tests which document the behavior of XAudio2 and
are to be run against FAudio to verify it has the same behavior. The tests are
NOT built by default; set BUILD_TESTS=1 to build and then run the output with:

$ ./faudio_tests

To build a Windows executable to run the tests against XAudio2, use the
provided Makefile. This requires mingw-w64 to build.

$ cd tests/
$ make faudio_tests.exe
# run faudio_tests.exe on a Windows box

Found an issue?

Issues and patches can be reported via GitHub:

https://github.com/FNA-XNA/FAudio/issues

主要指标

概览
名称与所有者FNA-XNA/FAudio
主编程语言C++
编程语言Makefile (语言数: 5)
平台
许可证Other
所有者活动
创建于2017-04-15 17:46:47
推送于2025-06-03 14:43:54
最后一次提交2025-06-03 10:43:53
发布数81
最新版本名称25.06 (发布于 )
第一版名称19.01 (发布于 )
用户参与
星数574
关注者数30
派生数82
提交数1.6k
已启用问题?
问题数140
打开的问题数21
拉请求数208
打开的拉请求数1
关闭的拉请求数33
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?