I hope you've got everything important backed up (off your computer).
If not, I'd highly recommend that you start doing that now.
Search found 59476 matches
- Tue Feb 22, 2011 11:22 pm
- Forum: Windows
- Topic: Audacity does not start
- Replies: 10
- Views: 1292
- Tue Feb 22, 2011 10:28 pm
- Forum: Windows
- Topic: Audacity does not start
- Replies: 10
- Views: 1292
Re: Audacity does not start
"Error 1327" is only part of a Windows error message. The full message should be: "Error 1327. Invalid Drive" and then the drive letter for the "missing" drive. The problem usually occurs when Windows gets mixed up about which drive is which and tries to find data on a ...
- Tue Feb 22, 2011 10:04 pm
- Forum: General Feedback and Discussion
- Topic: Sound Activated Recording, not very useful
- Replies: 6
- Views: 5400
Re: Sound Activated Recording, not very useful
The current entry on the Feature Request page of the Audacity wiki has the following: * Sound Activated Recording (currently in Audacity Beta only) o Pre- and post-roll duration: define a duration to be recorded before the threshold-level sound occurs, and similarly a duration to be recorded after t...
- Tue Feb 22, 2011 8:40 pm
- Forum: GNU/Linux and Unix-like
- Topic: Lost keyboard focus after import (Ubuntu) [patch]
- Replies: 48
- Views: 10446
Re: Lost keyboard focus after import (Ubuntu) [patch]
Unfortunately I get a build error:Edgar wrote: someone might try putting this at line 3400 :
Code: Select all
Project.cpp: In member function ‘bool AudacityProject::Import(wxString, WaveTrackArray*)’:
Project.cpp:3432: error: ‘e’ was not declared in this scope
make[1]: *** [Project.o] Error 1
- Tue Feb 22, 2011 8:04 pm
- Forum: General Feedback and Discussion
- Topic: English selected, but French version appeared
- Replies: 2
- Views: 885
Re: English selected, but French version appeared
Open Audacity and then press Ctrl+P
This will open the "Preferences" window.
Go to the 5th item in the list on the left (Interface) and select "English" from the Language selection drop-down list.
Close Audacity and restart it to ensure that the setting sticks.
This will open the "Preferences" window.
Go to the 5th item in the list on the left (Interface) and select "English" from the Language selection drop-down list.
Close Audacity and restart it to ensure that the setting sticks.
- Tue Feb 22, 2011 7:59 pm
- Forum: Windows
- Topic: Need help for beginners
- Replies: 1
- Views: 448
Re: Need help for beginners
audacity.com is a software consulting services for businesses in Washington, Arizona and California.
What are you talking about?
What are you talking about?
- Tue Feb 22, 2011 7:24 pm
- Forum: Windows
- Topic: Live Music Editing Tips?
- Replies: 20
- Views: 43163
Re: Live Music Editing Tips?
I generally make changes to say a 10-second chunk until I like it, then apply to the entire file, Quite a lot of the effects in Audacity have a "Preview" option. The default preview length is rather short (so that it does not cause a problem on slow old computers, but you can change the p...
- Tue Feb 22, 2011 5:59 pm
- Forum: GNU/Linux and Unix-like
- Topic: Lost keyboard focus after import (Ubuntu) [patch]
- Replies: 48
- Views: 10446
Re: Lost keyboard focus after import (Ubuntu) [patch]
Just been notified of an update to Bug 294. I see you do have an accountsteve wrote: Do you have a Bugzilla account Edgar?
- Tue Feb 22, 2011 5:56 pm
- Forum: Windows
- Topic: Live Music Editing Tips?
- Replies: 20
- Views: 43163
Re: Live Music Editing Tips?
It's also worth remembering that if you want to use the recording exactly as it occurred, with all the between-song banter and stuff, it won't work well if you edit each song individually because there will be no flow. For a full concert, you pretty much have to bite the bullet and apply the same e...
- Tue Feb 22, 2011 5:48 pm
- Forum: GNU/Linux and Unix-like
- Topic: Lost keyboard focus after import (Ubuntu) [patch]
- Replies: 48
- Views: 10446
Re: Lost keyboard focus after import (Ubuntu) [patch]
Thanks Edgar. This is the original patch - hopefully easier to read: Index: src/Project.cpp =================================================================== --- src/Project.cpp (revision 10843) +++ src/Project.cpp (working copy) @@ -3400,6 +3400,7 @@ } GetDirManager()->FillBlockfilesCache(); + mT...