Package Details: wineasio 1.2.0-7

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: 57
Popularity: 0.060817
First Submitted: 2007-05-27 07:28 (UTC)
Last Updated: 2024-04-06 09:01 (UTC)

Pinned Comments

falkTX commented on 2022-02-17 22:59 (UTC) (edited on 2022-02-17 22:59 (UTC) by falkTX)

Update for wineasio-1.1

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:

  • For 32bit, run: regsvr32 /usr/lib32/wine/i386-windows/wineasio.dll
  • For 64bit, run: wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio.dll

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »

jrdnjhntn commented on 2016-09-11 15:44 (UTC)

@jhernberg - question; I would assume that you are using wine-staging these days, with your wineasio+reaper setup...? if so, how are you setting up the environment variables? ... I'm curious because testing wine-staging out with my reaper-wineasio combo -> I seem to be getting xruns and it's using higher cpu on average, under conditions where my older version of doesn't... thx

jhernberg commented on 2016-04-05 11:35 (UTC)

@benqu: I just tested the package, and it has no problem to download the source. Must have been some transient problem with sourceforge..

benqu commented on 2016-03-22 10:55 (UTC)

Download link has changed. Edit PKBUILD and replace line 21 with this: source=("http://downloads.sourceforge.net/project/wineasio/wineasio-0.9.2.tar.gz?r=&ts=1458643951&use_mirror=kent") Then it should work.

jhernberg commented on 2015-12-29 16:34 (UTC)

@fraunos: Sorry for the late reply... What app are you trying to use? Afaik, not all windows apps run well with wineasio and wine. Reaper is one that does for instance. Other problem at the moment is that you can't use 32b wineasio clients on a 64b jack2 system, on jack1 that works.

fraunos commented on 2015-12-19 23:58 (UTC)

I'm renewing the question - does anybody know how to get jack2 and wineasio working together? It returns constant flow of xruns. I'm getting quite bad results with jack1, high latencies and occasional xruns, still, would really appreciate any suggestions.

jhernberg commented on 2015-10-20 10:46 (UTC)

@eolien: You'd probably want to change the realtime scheduling priority of the interrupt servicing your soundcard too (or the usb hub it's connected to). Set it to 97 or something similarly high, this is to ensure that it get's scheduled with preference to most other threads on the system. Then run JACK in rt mode at priority 80.

jhernberg commented on 2015-10-20 10:36 (UTC)

@eolien: Think I recommended you (on irc) to install rt-tests and to run the cyclictest program to ascertain that your kernel is scheduling threads with the proper latency. I'd suspect that a system with vanilla kernel (no -rt kernel) and nvidia card, will have problems at low latency. I'd recommend to iron out this aspect with just JACK and a jack client first, before involving PA and wineasio. There are many places this can go wrong, so a structured approach to troubleshooting would probably be in your own best interest..

jhernberg commented on 2015-10-20 10:31 (UTC)

FWIW, I can successfully run 32bit reaper with 32bit wineasio on a 64b system using JACK1 (jack and lib32-jack packages). Haven't tried with the jack(1)-dbus package. Jack2 appears to be broken in this respect though.

eoli3n commented on 2015-10-20 06:30 (UTC)

Trying to use this, if somebody could help, tell me. https://bbs.archlinux.org/viewtopic.php?id=203870 Is there somebody who succeded to make wineasio work with jack-dbus, jack, jack2 or jack2-dbus since that last comment ? (falkTX)

falkTX commented on 2015-10-15 13:05 (UTC)

FYI: all 32bit jack clients on 64bit systems are broken right now. It's not a jack or wine thing, something in the kernel or glibc got seriously broken... I had the same issue with Carla bridges. It seems like 32bit semaphores don't work on 64bit systems, or something like that.