Search found 59476 matches

by steve
Sun Jun 16, 2019 7:53 pm
Forum: Windows
Topic: Vocal drift
Replies: 14
Views: 565

Re: Vocal drift

Jebbers wrote:
Sun Jun 16, 2019 6:18 pm
I still need to know how to add it as a plugin on Audacity.
See here: https://manual.audacityteam.org/man/ins ... ndows.html
by steve
Sun Jun 16, 2019 7:50 pm
Forum: Windows
Topic: Level a fadeout
Replies: 2
Views: 139

Re: Level a fadeout

You can get part way there using the "Adjustable Fade" effect to gradually increase the level (see: https://manual.audacityteam.org/man/adjustable_fade.html) It is impossible to completely "undo" a fadeout because the end of the fadeout is silent (no audio, so nothing left that c...
by steve
Sun Jun 16, 2019 7:44 pm
Forum: Windows
Topic: Saving Whole CD one file
Replies: 4
Views: 118

Re: Saving Whole CD one file

1) Launch Audacity 2) "File menu > Import > Audio" and select all of the tracks that belong to the CD. If the tracks are named in alpha-numeric order, then the tracks will be in the correct order (easiest), otherwise you will need to arrange the tracks into the correct order manually (see:...
by steve
Sun Jun 16, 2019 7:37 pm
Forum: Compiling Audacity
Topic: git master, segfault while closing audacity
Replies: 4
Views: 894

Re: git master, segfault while closing audacity

This forum board is for feedback and discussion about Audacity 2.3.3 alpha. Is that the version that you are using?
by steve
Sun Jun 16, 2019 7:36 pm
Forum: Audio Processing
Topic: Removing Individual Voices
Replies: 12
Views: 4604

Re: Removing Individual Voices

luke11685 wrote:
Sun Jun 16, 2019 3:14 pm
I will miss Walter Disney and Mel Blanc.
If your comment is not relevant to the subject of the topic being discussed (as is the case here), please don't post it. Off-topic comments are a distraction and a waste of everyone's time.
by steve
Sun Jun 16, 2019 7:29 pm
Forum: Macros and Scripting
Topic: How to do light editing automation?
Replies: 6
Views: 449

Re: How to do light editing automation?

Here's another possibility. This is a Nyquist plug-in which deletes the selection except for the first and last bits of the selection. The first and last bits are crossfaded. For example, if you select 1 second, and the "Crossfade length" is 0.1 seconds, then the middle 0.8 seconds will be...
by steve
Sun Jun 16, 2019 6:18 pm
Forum: Macros and Scripting
Topic: How to do light editing automation?
Replies: 6
Views: 449

Re: How to do light editing automation?

Unfortunately, Audacity 2.2.1 is too old for the "Macro" solution because the "SelectTime" command was added later when Chains became Macros. I think the method I described using shortcuts should still work with Audacity 2.2.1: 1) find and select a boring bit (can't be automated)...
by steve
Sun Jun 16, 2019 6:11 pm
Forum: Audio Processing
Topic: True white noise
Replies: 18
Views: 1846

Re: True white noise

Note that a single sample is a uniform white noise A single sample is not any kind of noise, it just represents a voltage. Whether it is noise or not depends entirely on surrounding sample values. For example, if a single sample has a value of +0.5, then you are saying that it is "uniform whit...
by steve
Sun Jun 16, 2019 2:56 pm
Forum: Compiling Audacity
Topic: git master, segfault while closing audacity
Replies: 4
Views: 894

Re: git master, segfault while closing audacity

Audacity 2.3.3 should be built with wxWidgets 3.1.
by steve
Fri Jun 14, 2019 4:54 pm
Forum: Nyquist
Topic: Code to make an existing Nyquist plugin for Audacity not need any audio to be selected?
Replies: 7
Views: 642

Re: Code to make an existing Nyquist plugin for Audacity not need any audio to be selected?

childishbeat wrote:
Fri Jun 14, 2019 4:03 pm
What about user-made plugins?
What about them? What is the purpose of your enquiry?
You are free to modify any plug-in any way that you want.