From 94c6f0ef534473eaafc1c0e5574f523072442f0b Mon Sep 17 00:00:00 2001 From: Joakim Hernberg Date: Sun, 13 Oct 2013 02:04:09 +0200 Subject: [PATCH] add instrcuctions on how to build for 32 bit integer support to README --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 3301d8b..194f8f9 100644 --- a/README +++ b/README @@ -18,6 +18,11 @@ another path edit the makefile and replace /usr/lib32/wine with the correct path. Look at the last line of the makefile. This wineasio should compile and install 32 bit wineasio on all 64 bit linux'. +Wineasio by default uses 32 bit float as sample format, if this is a problem for +an ASIO host, wineasio can be built to use 32 bit integer by defining the +ASIOST32INT variable. Do this by defining ASIOST32INT in the source code or by +passing it to the compiler. + To build, type (as a normal user): make To install, type (as root): make install To register the wineasio object, type (as a normal user): regsvr32 wineasio.dll