Package Details: wineasio 1.3.0-2

Git Clone URL: https://aur.archlinux.org/wineasio.git (read-only, click to copy)
Package Base: wineasio
Description: ASIO driver implementation for Wine
Upstream URL: https://github.com/wineasio/wineasio
Keywords: asio audio jack wine
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Submitter: shinlun
Maintainer: Kazel
Last Packager: Kazel
Votes: 62
Popularity: 0.039938
First Submitted: 2007-05-27 07:28 (UTC)
Last Updated: 2025-07-28 23:58 (UTC)

Pinned Comments

Kazel commented on 2025-08-20 23:57 (UTC) (edited on 2025-08-21 00:00 (UTC) by Kazel)

Your user must belong to the realtime group in order to use wineasio.
This can be done with sudo usermod -aG realtime $(whoami)

For registering wineasio as an ASIO driver run: wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio64.dll

Kazel commented on 2024-09-19 09:36 (UTC) (edited on 2024-09-20 08:46 (UTC) by Kazel)

I removed the 32 binary and put it in the aur as an extra package -> wineasio32

wineasio32 pulls in wine-staging as make dependency and doesn't install all the other files from the wineasio package (binary only), therefore it depends on wineasio.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 Next › Last »

Gimmeapill commented on 2013-10-29 21:04 (UTC)

Doesn't seem to build on i686: "winegcc -shared -m32 wineasio.dll.spec -mnocygwin -L/usr/lib32/wine -L/usr/lib32 -o wineasio.dll.so asio.o main.o regsvr.o -ljack -lodbc32 -lole32 -lwinmm -luuid /usr/bin/ld: cannot find -lwinecrt0 collect2: error: ld returned 1 exit status winegcc: gcc failed Makefile:114: recipe for target 'wineasio.dll.so' failed make: *** [wineasio.dll.so] Error 2" I'd say there's something wrong with that "lib32" in the path...

jhernberg commented on 2013-10-29 20:55 (UTC)

@Tarqi: Try the new version, but that error sounds like something is messed up on your system.

jhernberg commented on 2013-10-29 20:54 (UTC)

This version supports 64bit apps too. Use this package on i686/X86_64, and if you run multilib and want 32bit support in wine, then install the companion lib32-wineasio package too.

schivmeister commented on 2013-10-29 18:10 (UTC)

Orphaning for jhernberg, who's (fortunately or unfortunately) in a better position to lend downstream support (in addition to upstream).

jhernberg commented on 2013-10-28 15:35 (UTC)

Just tagged and tarballed 0.9.2, including 64bit support. So now you can run 64bit windows ASIO hosts in wine.

jhernberg commented on 2013-10-25 22:35 (UTC)

In case anyone is interested in testing, I just pushed the changes needed to build for 64bit. No code changes, but a shell script to massage asio.h to make it compile on 64 bit, a Makefile for 64 bit, and some doc changes. At the moment only available in the git repo, but if there are no problems I'll tag and tarball 0.9.2 one of the coming days.

Gimmeapill commented on 2013-10-17 19:39 (UTC)

All good here

schivmeister commented on 2013-10-16 21:35 (UTC)

Please test as I do not have access to the SDK at this time.