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.047603
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 .. 14 Next › Last »

Gimmeapill commented on 2018-02-07 19:53 (UTC)

@jhernberg: Yes it was supposed to be fixed, but I didn't test in ages. I think this was the issue: https://github.com/jackaudio/jack2/issues/183

jhernberg commented on 2018-02-07 19:27 (UTC)

@danboid: Sorry I somehow missed this one. AFAIK it's not needed to be a member of the audio user group to use wineasio.

jhernberg commented on 2018-02-07 19:25 (UTC)

It shouldn't be... But I really ought to revisit this package...:)

I'll try to get some time in the upcoming days/week to have a look at it.

There used to be an issue with 32b wineasio not working on 64b jack2, but AFAIK this was fixed a long time ago.

Gimmeapill commented on 2018-02-06 20:12 (UTC)

It seems that Wineasio is still broken with jack2 on 64 bit systems, is that correct?

danboid commented on 2016-11-29 22:30 (UTC)

Currently, wineasio notifies the user of the need to run the regsvr32 command to register the dll after the package has been installed. I would like to see this message added to to also point out that non-root users need to be a member of the audio group to use wineasio. It should also notify them of the requirement to logout and back in again to enable the audio group permissions, if they weren't set already. Thanks

jrdnjhntn commented on 2016-09-16 15:04 (UTC)

Cool. that makes total sense! I'm building staging right now, with some other patches applied to it too. I don't expect to see any real advantage of staging either (with reaper anyway). thx

jhernberg commented on 2016-09-15 07:46 (UTC)

Well, I do use wine-staging and sometimes build wine-rt locally. The functionality as far as allowing windows high priority threads to run SCHED_FIFO is exactly the same in both versions, which is all the patch really does. The only difference in this respect is the renaming of the environment variables. Sometimes I build it just because I'm impatient to try the latest version, but other times I've found plugins not working in wine-staging that works in vanilla wine, or some other regression in wine-staging that breaks something for me. Seeing that reaper for instance works so well, there is little or nothing that the rest of the changes in wine-staging can really give me.

jrdnjhntn commented on 2016-09-11 23:27 (UTC) (edited on 2016-09-11 23:37 (UTC) by jrdnjhntn)

Ah, so you still are using wine-rt, just not packaging it for Arch? So thus far, you prefer wine-rt over how staging is doing it? I took at a look at the rt patch in wine-staging, quickly... I can still build wine-rt here, but I was curious about wine-staging.. Thanks for the tips! maybe, I'll give your script a try and see how it compares. side note: i'm not actually using linux-rt right this minute, just linux-bfq (but on a well-configured core i7 system, ssd, etc). I'm not really getting any xruns (well, wine-staging aside). I'm using with jack2, wineasio, etc running pulseaudio+memfd and zita-a2hbridge+snd-aloop, etc in the background too. i'll keep #reaper-linux in mind. thx a lot

jhernberg commented on 2016-09-11 23:10 (UTC)

Sometimes, if I get too impatient for a new build I build wine-rt ;) Try something like this: linux-rt installed Soundcard interrupt at priority 95 Jack at 80 #!/bin/sh export STAGING_RT_PRIORITY_BASE=60 export STAGING_RT_PRIORITY_SERVER=66 export WINEPREFIX=/home/jack/reaper schedtool chrt -f 61 wine ~/reaper/drive_c/Program\ Files/REAPER\ \(x64\)/reaper.exe And if you are on IRC, I just created #reaper-linux @ freenode. If you have any issues I'd be happy to help (if I'm around and have the time).