patrickl/pipewire-wineasio

Project ID: 89816

Description

The latest stable wineasio release from https://github.com/wineasio/wineasio built against pipewire's jack.

Use this copr with https://copr.fedorainfracloud.org/coprs/patrickl/wine-tkg/

Installation Instructions

$ sudo dnf copr enable patrickl/pipewire-wineasio $ sudo dnf install pipewire-wineasio

Next the wineasio dll must be registered in the WINEPREFIX. For both 32 and 64-bit wine do:

$ env WINEPREFIX=~/<your_wine_prefx> /usr/bin/wineasio-register

Next start the wine-settings GUI and make any changes you need:

$ env WINEPREFIX=~/<your_wine_prefx> /usr/bin/wineasio-settings

If you want to remove the wineasio config then open regedit and remove WineASIO from HKEY_CURRENT_USER\Software\Wine\WineASIO:

$ env WINEPREFIX=~/<your_wine_prefx> regedit



Old instructions

$ regsvr32 wineasio.dll

On a 64-bit system with wine supporting both 32 and 64-bit applications, regsrv32 will register the 32-bit driver in a 64-bit prefix, use the following command to register the 64-bit driver in a 64-bit WINEPREFIX:

$ wine64 regsvr32 wineasio.dll

regsvr32 registers the ASIO COM object in the default WINEPREFIX ~/.wine. To use another WINEPREFIX specify it explicitly, like:

$ env WINEPREFIX=~/asioapp regsvr32 wineasio.dll

If you want to unregister a dll use

$ regsvr32 /u some.dll

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Fedora 38 x86_64 (264)* Fedora 38 (241 downloads)
Fedora 39 x86_64 (678)* Fedora 39 (562 downloads)
Fedora 40 x86_64 (0)* Fedora 40 (20 downloads)

* Total number of downloaded packages.

External Repository List

The following repositories are accessible during builds