64 Bit install
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
64 Bit install
How can I ensure that my installation is 64 bits?
I am running Win 7 pro 64 bit.
Installing 2.1.1
Thanks
I am running Win 7 pro 64 bit.
Installing 2.1.1
Thanks
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: 64 Bit install
I didn't think there was a 64 bit Audacity.
Koz
Koz
Re: 64 Bit install
A good idea to develop 64-bit version of Audacity.
Re: 64 Bit install
What's the idea?
Re: 64 Bit install
If we had unlimited developers, then I might agree, but that is not the case.юра00 wrote:A good idea to develop 64-bit version of Audacity.
Even if we did provide a 64-bit build, some of the libraries that Audacity uses are 32-bit, so it would still not be fully 64-bit.
We would still need to provide a 32-bit build for users on 32-bit operating systems.
Creating a 64-bit build would require considerable developer time, effectively bringing all other development to a standstill.
The practical benefits of a 64-bit build are likely to be marginal at best, whilst raising the system requirements substantially.
Developing other performance optimisations such as multi-threading and SSE are likely to produce a much better return on the invested development time.
Demands on the support team would no doubt increase due to users downloading the wrong version.
Maintaining two different builds per platform would greatly increase maintenance costs.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: 64 Bit install
The main benefit would be that Audacity would be able to address more than the 2 GB of memory it now can. It would make it worthwhile to fix the disabled Audio Cache feature Audacity has to use RAM rather than disk to store its audio data. RAM access is much faster than disk access, even with SSD drives.Robert2 wrote:What's the idea?
It would mean that those Nyquist plugins that put all the audio data into RAM while processing would be able to use much larger selections without crashing (though we should fix that issue anyway).
64-bit VST plugins would work in Audacity (though 32-bit ones would not work unless they were "bridged" with some third-party tool).
I agree there would be an issue with Windows users on 32-bit machines downloading the 64-bit version of Audacity, but the main issue is the developer resources as Steve says.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: 64 Bit install
Unfortunately it wouldn't help. The Nyquist library is a third party library developed at CMU, and it is a 32-bit library. Last I heard there are no plans for a 64-bit version of Nyquist. I agree that we should fix the RAM problem for Nyquist plug-ins, but that is an Audacity problem rather than a Nyquist problem. The stand-alone version of Nyquist does not have this issue because it accesses the sound differently. The problem in Audacity/Nyquist plug-ins is that we pass the entire selection to Nyquist in one rather than allowing Nyquist to access the data in blocks (which all other effects do).Gale Andrews wrote:It would mean that those Nyquist plugins that put all the audio data into RAM while processing would be able to use much larger selections without crashing (though we should fix that issue anyway).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: 64 Bit install
I was assuming though that in 64-bit Audacity, 32-bit Nyquist would be able to address 4 GB of RAM (which is the 32-bit addressable limit). The 2 GB limit in 32-bit Audacity comes (on Windows, anyway) because Windows allocates 2 GB of the addressable space to Audacity and 2 GB to the system.steve wrote:Unfortunately it wouldn't help. The Nyquist library is a third party library developed at CMU, and it is a 32-bit library.Gale Andrews wrote:It would mean that those Nyquist plugins that put all the audio data into RAM while processing would be able to use much larger selections without crashing (though we should fix that issue anyway).
I guess I could try it on 64-bit Ubuntu and see if Nyquist plugins crash just before 2 GB or just before 4 GB (unless you already know that they still crash before 2 GB on 64-bit Linux).
If we had 64-bit Audacity on Windows, perhaps it might make more sense for Roger to invest the effort into making a 64-bit version of Nyquist. I agree there is little benefit until that happens.steve wrote:Last I heard there are no plans for a 64-bit version of Nyquist.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual