FAudio icon indicating copy to clipboard operation
FAudio copied to clipboard

FAudio - Accuracy-focused XAudio reimplementation for open platforms

Results 19 FAudio issues
Sort by recently updated
recently updated
newest added

`Assertion failed: voice->outputChannels > 0 && voice->outputChannels < 9, file FAudio\src\FAudio.c, line 1227` `Running on Windows (v10.0.19044.0) X64 NetCore 6.0.5` FAudio built with the win32 (windows media feature pack) backend....

Bug
Wine

- 2.1 and 4.1 audio is now supported - DirectSound is now prioritized over WASAPI - The PulseAudio samples hack has been removed - The non-power-of-two samples hack for Emscripten/OSS...

New version dropped yesterday: https://github.com/nothings/stb This update's kind of messy, we have a couple changes properly marked as FAudio-unique changes, but there were also a handful of bugfixes that still...

When looking into a wine crash with WRC 4, it requires FACTAudioEngine_PrepareWave to implement, currently it's returning 0.

XACT Accuracy
New Feature

From MSDN: https://docs.microsoft.com/en-us/windows/desktop/api/xaudio2/ns-xaudio2-xaudio2_debug_configuration In addition to filling in one more XAudio2 feature, this is a legitimately useful for general FAudio debugging without having to step through a whole lot. It...

XAudio2 Accuracy
New Feature

This one's for @JohanSmet and @lamarqua. While working on 3D, filters, and reverb you guys came up with a bunch of good tools to test these features. Let's try and...

Utilities

I just finished stubbing in the four effects provided by XAPOFX: https://github.com/FNA-XNA/FAudio/commit/12a918bc86e135b064d043366a19fabd7869c0d1 This will improve compatibility with games that depend on it, but note that I have NOT implemented the...

New Feature

For the first release of FAudio we focused on what FNA and XACT needed, but now that this is looking to go into [a whole lot more games](https://github.com/ValveSoftware/wine/issues/2) we should...

X3DAudio Accuracy
New Feature

From the beginning, FNA has always supported Ogg Vorbis files exclusively, primarily due to patent/licensing concerns and the ability to share dependencies with the Theora-based VideoPlayer. However, part of FAudio's...

New Feature

Having a HRTF would allow more accurate hearing of the sound origins. [OpenAL-soft](https://github.com/kcat/openal-soft) allows supplying a custom HRTF to fine tune the HRTF to your own head. This might be...

XAudio2 Accuracy
New Feature