Lost Data! Pls Send Halp!
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.
-
kozikowski
- Forum Staff
- Posts: 68902
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Lost Data! Pls Send Halp!
Mono is always recommended unless there is a specific production reason for stereo. I used to deliver single voice tracks in stereo because I had no storage restriction and I knew that's what the video editor clients were expecting.
ACX AudioBook recommends delivering readings in mono.
Koz
ACX AudioBook recommends delivering readings in mono.
Koz
Re: Lost Data! Pls Send Halp!
If it's a single microphone recording, then no, no benefit, just more data if lossless, or lower quality if exported in a lossy format (such as MP3).TheDrumkid92 wrote:Is there any benefit to recording in stereo?
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: Lost Data! Pls Send Halp!
What I see in 2.1.3 and 2.2.0-alpha in Windows 10 is that the memory use is rolled back when it gets too much. 2.2.0-alpha is working code for our next release.TheDrumkid92 wrote:We rerecorded the first episode this morning and I can use the noise gate for smaller sections, but if I try to do it for the entire hour and twenty minutes it comes back with the error screen and wipes the data folders.
In 2.1.3 the AU files for the entire project are deleted when Audacity quits due to the memory exception, even tracks that were not being processed by Noise Gate. When you try to recover, you have to wait while Audacity writes silent block files for the project. The log is whited out for me so I can't see what the consistency errors are claimed to be.
Given it is quite common for Nyquist plugins that write to memory to crash Audacity, I am surprised no-one found this before. Perhaps it is a flaw specific to Noise Gate?
2.2.0-alpha is much better in terms of preserving data. There is no exception error. After the memory rollback you see a single message box such as "Audacity failed to read from a file at S:\hgfjgig_data\e00\d03\e00036c9.au". But there is no information in the log and no indication why the error occurred. However the main thing is that there is no crash, no data loss and you can close and reopen the project normally.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
kozikowski
- Forum Staff
- Posts: 68902
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Lost Data! Pls Send Halp!
How many people use NoiseGate on a 90 minute show? Stereo? How many people thought it was their fault, and then how many people turned it in? We are warned against extrapolating massive failures from a single forum post. It works the other way, too.
Koz
Koz
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Lost Data! Pls Send Halp!
See my post above which results I have reproduced many times.kozikowski wrote:We are warned against extrapolating massive failures from a single forum post. It works the other way, too.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Lost Data! Pls Send Halp!
So that was a bug in Audacity 2.1.3 which has been fixed in 2.2.0 alpha?Gale Andrews wrote:In 2.1.3 the AU files for the entire project are deleted when Audacity quits due to the memory exception, even tracks that were not being processed by Noise Gate.
I've been testing Noise Gate (this version: http://wiki.audacityteam.org/wiki/Nyqui ... Noise_Gate) in Audacity 2.1.3 on Xubuntu.Gale Andrews wrote: Given it is quite common for Nyquist plugins that write to memory to crash Audacity, I am surprised no-one found this before. Perhaps it is a flaw specific to Noise Gate?
I've tested with well over 2 hours of audio, both mono and stereo, and it's working perfectly - no crashes.
It does appear to "freeze" for a while when processing long tracks, though it is not actually freezing. The progress indicator bar only monitors the generation of the gain envelope, so it sits at "100% complete" for quite a while the envelope is being applied before the waveform is redrawn. I don't know how that limitation could be fixed, other than implementing the Noise Gate as a built-in (C++) effect (which would be good to do).
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: Lost Data! Pls Send Halp!
Try it yourself on 64-bit Windows. I guess the safeguarding of data as part of Paul's wider work on http://bugzilla.audacityteam.org/show_bug.cgi?id=437 has effected the Improvement.steve wrote:So that was a bug in Audacity 2.1.3 which has been fixed in 2.2.0 alpha?Gale Andrews wrote:In 2.1.3 the AU files for the entire project are deleted when Audacity quits due to the memory exception, even tracks that were not being processed by Noise Gate.
As I recall in previous testing, some 64-bit Linux kernels seemingly do let you store more than 2 GB RAM for Nyquist per Audacity application. I have seen 2.5 GB Audacity RAM use on Ubuntu 16.04, which memory use drops to circa 80 MB when the Nyquist plugin finishes processing.steve wrote:I've been testing Noise Gate (this version: http://wiki.audacityteam.org/wiki/Nyqui ... Noise_Gate) in Audacity 2.1.3 on Xubuntu.Gale Andrews wrote: Given it is quite common for Nyquist plugins that write to memory to crash Audacity, I am surprised no-one found this before. Perhaps it is a flaw specific to Noise Gate?
I've tested with well over 2 hours of audio, both mono and stereo, and it's working perfectly - no crashes.
On Windows 64-bit, 32-bit Audacity, there is an exception error using the plugin at about 1.5 GB of Audacity memory use, in 2.1.3 or 2.2.0-alpha. I have not tried the experimental 64-bit Windows builds of Audacity that are available.
Gale
steve wrote: It does appear to "freeze" for a while when processing long tracks, though it is not actually freezing. The progress indicator bar only monitors the generation of the gain envelope, so it sits at "100% complete" for quite a while the envelope is being applied before the waveform is redrawn. I don't know how that limitation could be fixed, other than implementing the Noise Gate as a built-in (C++) effect (which would be good to do).
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Lost Data! Pls Send Halp!
That seems to be so, and is a pleasant surprise.Gale Andrews wrote:As I recall in previous testing, some 64-bit Linux kernels seemingly do let you store more than 2 GB RAM for Nyquist per Audacity application.
Testing Noise Gate on 32-bit Debian with Audacity 2.1.3, Audacity crashes when memory use exceeds 2 GB. It worked fine with 1h 10min mono, 44100 Hz.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)