Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
/FAudio-BuildsPublic archive

FAudio builds for Wine

NotificationsYou must be signed in to change notification settings

Kron4ek/FAudio-Builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 thewine_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, sodo 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


[8]ページ先頭

©2009-2025 Movatter.jp