Search found 59476 matches

by steve
Mon Dec 16, 2019 11:42 am
Forum: Windows
Topic: How to export multiple tracks without all of them getting the same length?
Replies: 17
Views: 1263

Re: How to export multiple tracks without all of them getting the same length?

Boi Social wrote:
Mon Dec 16, 2019 11:17 am
U haven't responded to my previous msg
I have responded twice, so here it is for the third time:
In the "Truncate Silence" command, tick the checkbox: "Truncate tracks independently"
by steve
Mon Dec 16, 2019 2:24 am
Forum: Windows
Topic: Zip file Audacity 2.3.3 not working in restricted network
Replies: 1
Views: 224

Re: Zip file Audacity 2.3.3 not working in restricted network

Maybe the system administrator has tightened up security. Have you asked the system administrator about the problem?
by steve
Mon Dec 16, 2019 2:15 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Problems with the new Noise Reduction replacing Noise Remova
Replies: 156
Views: 27716

Re: Problems with the new Noise Reduction replacing Noise Remova

Is it possible to restore the "Noise Removal" plugin in a later version of Audacity? Not unless you are a C++ programmer. I'm noticing that in silent sections where the noise was dominant there are a lot of artifacts that did not occur with the older plugin. Try increasing the "Smoot...
by steve
Sun Dec 15, 2019 10:51 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Double clicking on Pan Control opens infinite Pan windows
Replies: 14
Views: 1127

Re: Double clicking on Pan Control opens infinite Pan windows

With Audacity 2.3.3 on Linux, I only get one window pop up. What are you using? The window is there for two reasons: 1) So that you can enter a precise pan value. 2) So that it accessible for blind users. To reset the pan, enter "0" in the text box and click the "OK" button (or p...
by steve
Sun Dec 15, 2019 8:33 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: A typo in the website: 2.3.2 instead of 2.3.3
Replies: 1
Views: 375

Re: A typo in the website: 2.3.2 instead of 2.3.3

Thanks. Fixed.
It may take some time for the corrected version to appear, due to page caching.
by steve
Sun Dec 15, 2019 8:29 pm
Forum: Windows
Topic: Estimating dynamic range from Analyze Spectrum
Replies: 17
Views: 487

Re: Estimating dynamic range from Analyze Spectrum

Yes, and this is valid for the size=65536. For arbitrary size it is +/-0.5*2/size. No, this is valid for 16-bit samples. For 8-bit samples, each sample value is an exact multiple of 1/(2^8), and 24-bit samples have values that are exact multiples of 1/(2^24) I still don't know why the noise floor f...
by steve
Sun Dec 15, 2019 7:48 pm
Forum: GNU/Linux
Topic: Macro/automation for selecting periods of silence?
Replies: 6
Views: 1035

Re: Macro/automation for selecting periods of silence?

I wonder how difficult it would be to code an add-on that could accomplish this? Not hugely difficult, though Audacity can only have one selection at a time, so it probably wouldn't help very much. A better approach might be to use Sound Finder, then split the audio tracks at the label positions (h...
by steve
Sun Dec 15, 2019 4:09 pm
Forum: Windows
Topic: Importing EQ curves for 78RPM records
Replies: 3
Views: 192

Re: Importing EQ curves for 78RPM records

Importing curves does not currently work. It is hoped that this will be fixed in the next release, due early next year.
by steve
Sun Dec 15, 2019 1:18 pm
Forum: Windows
Topic: Specifics on How to Add VSTs in other directories
Replies: 3
Views: 224

Re: Specifics on How to Add VSTs in other directories

JJDee wrote:
Sun Dec 15, 2019 12:31 pm
The wiki refers to some registry edits, but does not give details.
Details are in the manual: https://manual.audacityteam.org/man/ins ... st_install
by steve
Sun Dec 15, 2019 1:15 pm
Forum: Windows
Topic: Estimating dynamic range from Analyze Spectrum
Replies: 17
Views: 487

Re: Estimating dynamic range from Analyze Spectrum

how big this "well below" value For natural sound, it's random. It's "possible" (but highly unlikely) that one FFT bin could be entirely empty, which would represent -infinity dB for that bin. What we do know is that the range for the error in any sample value is +/- 0.5/32768 W...