All Projects → Kron4ek → FAudio-Builds

Kron4ek / FAudio-Builds

Licence: other
FAudio builds for Wine

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to FAudio-Builds

wine-launcher
Wine Launcher - Running Windows games under Linux
Stars: ✭ 249 (+295.24%)
Mutual labels:  wine
compact-wine
No description or website provided.
Stars: ✭ 87 (+38.1%)
Mutual labels:  wine
docker-iqfeed
Dockerized IQFeed client with X11VNC for remote viewing
Stars: ✭ 28 (-55.56%)
Mutual labels:  wine
nine
Gallium Nine Standalone
Stars: ✭ 50 (-20.63%)
Mutual labels:  wine
gtasa-savegame-editor
GUI tool to edit GTA San Andreas savegames.
Stars: ✭ 56 (-11.11%)
Mutual labels:  wine
deepin-wine-qq-arch
Tencent QQ on Deepin Wine5(com.qq.im.deepin) For Archlinux
Stars: ✭ 274 (+334.92%)
Mutual labels:  wine
Winepak
Flatpak-ing Microsoft Windows applications with Wine
Stars: ✭ 242 (+284.13%)
Mutual labels:  wine
deepin-wine-containers-for-ubuntu
Container Archives of Deepin wine for ubuntu
Stars: ✭ 91 (+44.44%)
Mutual labels:  wine
notepad-plus-plus
Unofficial snap repo for notepad-plus-plus snap
Stars: ✭ 51 (-19.05%)
Mutual labels:  wine
BeamNG terrainMaterialCache
BeamNG.drive Black Terrain fix for Linux and Mac
Stars: ✭ 81 (+28.57%)
Mutual labels:  wine
AreWeAntiCheatYet
A comprehensive and crowd-sourced list of games using anti-cheats and their compatibility with GNU/Linux or Wine.
Stars: ✭ 289 (+358.73%)
Mutual labels:  wine
awesome-gnu-linux-gaming
A curated list of awesome GNU/Linux tips & tricks, games, tools, and resources - Mirrored from: https://gitlab.com/linuxcafefederation/awesome-gnu-linux-gaming.git
Stars: ✭ 135 (+114.29%)
Mutual labels:  wine
zugbruecke
Calling routines in Windows DLLs from Python scripts running under Linux, MacOS or BSD
Stars: ✭ 82 (+30.16%)
Mutual labels:  wine
nix-gaming
Gaming on Nix
Stars: ✭ 142 (+125.4%)
Mutual labels:  wine
d2launcher
Diablo II • Median XL • Mod Launcher for Linux
Stars: ✭ 20 (-68.25%)
Mutual labels:  wine
SharpAudio
Audio playback/capturing engine for C#
Stars: ✭ 139 (+120.63%)
Mutual labels:  xaudio
cemu-linux
Play with Cemu on Linux (with high performance)
Stars: ✭ 120 (+90.48%)
Mutual labels:  wine
wine-bundler
wine bundler - simple command line alternative to wine bottler and wineskin for macOS
Stars: ✭ 18 (-71.43%)
Mutual labels:  wine
Fusion360WineInstaller
No description or website provided.
Stars: ✭ 55 (-12.7%)
Mutual labels:  wine
OneLauncher
Launcher and Addon Manager for LOTRO and DDO
Stars: ✭ 21 (-66.67%)
Mutual labels:  wine

FAudio Builds

FAudio MinGW (dlls) builds for Wine. Compiled with FFmpeg (and therefore WMA) support.

When are these MinGW builds useful?

They are useful when using native FAudio library is not possible or difficult: old Linux distros that doesn't have FAudio in their repositories or old Wine versions (4.2 and older) that doesn't support native FAudio at all. They are also useful when native FAudio library is compiled without support for WMA decoding.

I recommend to use native FAudio library whenever possible.

Note that new Wine versions (6.20 and newer) include a MinGW (PE) build of FAudio and don't use (and don't need) the native FAudio library. However, i don't know if WMA supported.


Installation

Download release, extract the archive and use the wine_setup_faudio.sh script to install FAudio, and don't forget to specify path to your Wine prefix. For example:

WINEPREFIX="$HOME/some_prefix" ./wine_setup_faudio.sh

It's also possible (but not necessary) to specify path to a Wine binary:

WINE=/opt/wine-staging/bin/wine WINEPREFIX="$HOME/some_prefix" ./wine_setup_faudio.sh

The script creates symlinks to FAudio dlls, so do not remove FAudio directory after installation.

You can also use winetricks for installation:

WINEPREFIX="$HOME/some_prefix" winetricks faudio

FAudio description

FAudio is an XAudio reimplementation, it fixes sound issues in many games.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].