patrickl/pipewire-wineasio-testing

Description

wineasio - ASIO to JACK audio driver for Wine build against pipewire.

Since this is pipewire-wineasio-testing it shoud only be used with my wine-testing copr:

https://copr.fedorainfracloud.org/coprs/patrickl/wine-testing/

Installation Instructions

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

$ sudo dnf install pipewire-wineasio

Finally the dll must be registered in the wineprefix. For both 32 and 64-bit wine do:

$ 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 prefix ~/.wine. To use another prefix 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 36 x86_64 (0)* Fedora 36 (0 downloads)

* Total number of packages downloaded in the last seven days.

External Repository List

The following repositories are accessible during builds


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/patrickl/pipewire-wineasio-testing/