Show More
Commit Description:
Fix issue with simulation....
Commit Description:
Fix issue with simulation. Previously, if there was more than one tick being advanced at once, it would overshoot how many ticks it covered. So if it was covering 5 ticks and each tick happens every 100 units, rather than recording that it had simulated through t= 500, it would increase the cumulative time for each tick, recording that it had simulated through t=2500. Add error message, too.
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/README
55 lines | 1.5 KiB | text/plain | TextLexer
Early working version (including all dependencies, lol).
r0 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.
Upgrade FNA to 22.12...
r690 Project Website: https://fna-xna.github.io/
Early working version (including all dependencies, lol).
r0
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
------------
Upgrade FNA to 22.12...
r690 FAudio depends solely on SDL 2.24.0 or newer.
FAudio never explicitly uses the C runtime.
Early working version (including all dependencies, lol).
r0
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