diff options
author | B. Watson <yalhcru@gmail.com> | 2011-10-31 18:45:08 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 22:02:25 -0200 |
commit | 8c31de10d80af774bc5d7674ee58e336f3de5127 (patch) | |
tree | d05aeb9a4f8715a19070d66666aca1ee0f5d2694 /audio/wineasio/README | |
parent | b843c43a2f9a3e9dabdbbc00fb91c945dcaeb335 (diff) |
audio/wineasio: Added (an ASIO to JACK driver for WINE)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/wineasio/README')
-rw-r--r-- | audio/wineasio/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/wineasio/README b/audio/wineasio/README new file mode 100644 index 000000000000..af0802f0309a --- /dev/null +++ b/audio/wineasio/README @@ -0,0 +1,18 @@ +WineASIO provides an ASIO to JACK driver for WINE. ASIO is the most common +Windows low-latency driver, so is commonly used in audio workstation +programs. + +This requires wine and jack-audio-connection-kit. + +To build the package, you will need the file "asio.h" from the Steinberg +ASIO SDK, version 2.1 or greater. This file must be downloaded from +http://www.steinberg.net/en/company/developer.html and copied to the +directory containing the SlackBuild. + +After installing the package, each user who will use wineasio must run +the command "regsvr32 wineasio.dll". This must be done as the user(s), +not as root. This only needs to be done once per user. + +This can't be built on a stock Slackware64 system, since it requires +32-bit Wine. It may (or may not) be possible to build on a 64-bit multilib +system; let me know how it goes. |