Search found 24069 matches
- Tue Jul 29, 2014 2:34 pm
- Forum: Windows
- Topic: Placing Audacity Files on Gdrive for another user
- Replies: 8
- Views: 1378
Re: Placing Audacity Files on Gdrive for another user
If Google Drive supports ZIP archive files, then a good way to send a project is: 1) Before you start the project, create a directory to save the project in. 2) Open Audacity and select "File > Save Project As" and save the project into the folder that you created. 3) Make your project. 4...
- Tue Jul 29, 2014 2:01 pm
- Forum: GNU/Linux
- Topic: Audacity 2.0.5 on Ubuntu 14.04 w/KDE crashing
- Replies: 11
- Views: 7174
Re: Audacity 2.0.5 on Ubuntu 14.04 w/KDE crashing
I've added - env PULSE_LATENCY_MSEC=30 audacity - to the KDE launcher and it now works to play audio again. Do you know what is an optimum value, zero? ie the lowest latency possible I assume. The "optimum" could very likely vary from audio application to audio application (depending also...
- Tue Jul 29, 2014 11:52 am
- Forum: Feature Request Archive
- Topic: Add a tab to the instruction book
- Replies: 27
- Views: 5897
Re: Add a tab to the instruction book
It is quite possible that a user who has the Manual does not have latest Audacity, but if they do have the latest Audacity a link that just says "Download Audacity" is potentially confusing. So I'm afraid I object to Peter's change for that reason, because a software download is not a help...
- Tue Jul 29, 2014 11:20 am
- Forum: Windows
- Topic: 2.0.6-alpha-Jul 22 2014 - Doesn't load the FFMpeg Plug-Ins
- Replies: 10
- Views: 1697
Re: 2.0.6-alpha-Jul 22 2014 - Doesn't load the FFMpeg Plug-I
when lauch the latest beta i obtain this log: Thanks, note there are no betas now, only alphas (which will never be released) and releases (which we don't call stable as there are no beta releases to compare them with). To see the results of loading LAME, I think you need to open and close Preferen...
- Tue Jul 29, 2014 10:16 am
- Forum: Feature Request Archive
- Topic: Add a tab to the instruction book
- Replies: 27
- Views: 5897
Re: Add a tab to the instruction book
Somewhere in that summary, add a tab that points to external software. All Steve's stuff, the links to SoundFlower, Lame, FFMpeg, etc. By tab do you mean a div? There are no tabs in the released manual and it would be hackage to add them. For the last two in your list a front page link would be too...
- Mon Jul 28, 2014 10:20 pm
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28904
Re: NoiseRemoval.cpp
Steve discovered a while ago that The overlapping FFT windows each remove the DC offset over the period of each window. That just leaves the final window that does not have the offset completely removed. Apart from the final glitch, the DC removal is arguably better than in Normalize if the whole t...
- Mon Jul 28, 2014 10:18 pm
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28904
Re: NoiseRemoval.cpp
Will you test a few-lines change if I write it for you? Um, are you having problems compiling Audacity? What platform are you on? Try this, to demonstrate that attack times are only half as long as they are supposed to be. (The particular numbers are not very important, we just need tone significan...
- Mon Jul 28, 2014 9:28 pm
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28904
Re: NoiseRemoval.cpp
The result is a big triangular wave with exactly two samples period. Do we agree that noise removal should do nothing to that wave, because the spectrum is completely unlike that of the noise? For comparison, Noise Removal in 1.3.3 reduced the bulk of the waveform to -20.6 dB and 1.2.6 kept most of...
- Mon Jul 28, 2014 1:25 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: undo/redo history
- Replies: 15
- Views: 3427
Re: undo/redo history
OK I will count your votes for those two features.
Gale
Gale
- Mon Jul 28, 2014 1:00 pm
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28904
Re: NoiseRemoval.cpp
... and it looks like revision 9298 not long before that made some major changes, INTRODUCING a bug in attack/decay, and also introducing the bug in handling the DC bin! So I assume you now mean r9290, right? https://code.google.com/p/audacity/source/detail?r=9290 . Can you give steps to reproduce ...