I have attempted to follow confusing instructions posted in the Help? Browser in Audacity.
I have been unable to figure them out and understand all of the downloads.
I have downloaded the wxWidget - and it is definetly not a program
I have downloaded the AsioSDK -and it is definetly not a program
I have downloaded the Audacity 2.0.5 source tarball and it is not a program so I noticed for Windows to get •SVN Repository and it is not even downloadable
***I need real specific detailed instructions to download the requirements to use to Compile Audacity with ASIO4ALL. I have the lastest version. How to compile, seriously.
I have Windows 7 and
Latest Versions of Audacity and ASIO4ALL Programs.
I am so very lost - I need to compile because my recording output sound in my headphones is off. An artist can not record a great song without hearing
the sound output on time.
Is there anyone out there that can give detailed, specific, accurate working Instructions.
1-20-2014 -DMT 3:07AM
How to compile Audacity to Asio4all?
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: How to compile Audacity to Asio4all?
Follow the instructions in win/compile.txt to download and build wxWidgets, define the ASIOSDK_DIR environment variable to point to the ASIO SDK, then build Audacity.
Obviously you need to install Visual Studio 2008 and build wxWidgets before you build Audacity. If you have not done that yet, follow the steps at http://wiki.audacityteam.org/wiki/Developing_On_Windows but do the extra step to install the ASIO SDK and define the ASIOSDK_DIR environment variable (as explained in compile.txt) before building Audacity itself.
There is some help here with pictures http://www.hometownband.org/Audacity/Co ... acity.html but that document is outdated. If you follow that document you still need to build "DLL Unicode Release" configuration of wxWidgets then "Release" configuration of Audacity (the "Unicode Release" and "Unicode Debug" configurations of Audacity mentioned on that page are now called "Release" and "Debug" respectively).
Gale
Obviously you need to install Visual Studio 2008 and build wxWidgets before you build Audacity. If you have not done that yet, follow the steps at http://wiki.audacityteam.org/wiki/Developing_On_Windows but do the extra step to install the ASIO SDK and define the ASIOSDK_DIR environment variable (as explained in compile.txt) before building Audacity itself.
There is some help here with pictures http://www.hometownband.org/Audacity/Co ... acity.html but that document is outdated. If you follow that document you still need to build "DLL Unicode Release" configuration of wxWidgets then "Release" configuration of Audacity (the "Unicode Release" and "Unicode Debug" configurations of Audacity mentioned on that page are now called "Release" and "Debug" respectively).
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: How to compile Audacity to Asio4all?
Thanks for pointing that out Gale, I will try to get that documentation updated ASAP.Gale Andrews wrote:There is some help here with pictures http://www.hometownband.org/Audacity/Co ... acity.html but that document is outdated. If you follow that document you still need to build "DLL Unicode Release" configuration of wxWidgets then "Release" configuration of Audacity (the "Unicode Release" and "Unicode Debug" configurations of Audacity mentioned on that page are now called "Release" and "Debug" respectively).