Search found 59476 matches

by steve
Wed Apr 13, 2016 3:34 pm
Forum: Nyquist
Topic: Help with Nyquist filters
Replies: 18
Views: 2696

Re: Help with Nyquist filters

Ah, control2 IS a thing. "Control2" is a "thing" if you make it a "thing". Almost any word you choose may be a "thing". More technically, you can use most words as "variables" to represent "data". A "variable" is a "symbol&q...
by steve
Wed Apr 13, 2016 12:52 pm
Forum: Windows
Topic: How to lock for a track ?
Replies: 3
Views: 188

Re: How to lock for a track ?

OK, so you have a track with huge amounts of clipping.
What is your question?
What does the title "How to lock for a track" mean?
by steve
Wed Apr 13, 2016 12:24 pm
Forum: Windows
Topic: How to copy a audio recording to the end without a skip
Replies: 4
Views: 243

Re: How to copy a audio recording to the end without a skip

but the cross fading did work the sound diminishes and then picks up again If you are using the "Crossfade Tracks" effect, try using the "Constant Power 1" setting rather than the "Constant Gain" setting. See here for more information: http://manual.audacityteam.org/o/...
by steve
Wed Apr 13, 2016 11:19 am
Forum: Compiling Audacity
Topic: libmad is 12 years old! Has anyone updated it?
Replies: 3
Views: 1309

Re: libmad is 12 years old! Has anyone updated it?

rachalmers wrote:I see that libmad, and thus libmad/MeV++ is now 12 years old.
Yes that's the "latest" version. If it ain't broke, why fix it?
by steve
Wed Apr 13, 2016 12:02 am
Forum: Windows
Topic: Extracting frequency ranges without causing amplification
Replies: 16
Views: 956

Re: Extracting frequency ranges without causing amplificatio

I'd just use the Amplify effect. There's no way to predict how much amplification will be required until after the audio has been filtered. Heavily compressed audio tends to peak higher after filtering, but you don't know exactly how much until you've applied the filter.
by steve
Tue Apr 12, 2016 11:56 pm
Forum: Windows
Topic: Extracting frequency ranges without causing amplification
Replies: 16
Views: 956

Re: Extracting frequency ranges without causing amplificatio

After applying the filter, select all three tracks and apply the Amplify effect to all three tracks so as to bring the peak level down below 0 dB. It is important to amplify all of the tracks together so that they are all amplified by exactly the same amount. This will reduce the overall loudness, b...
by steve
Tue Apr 12, 2016 11:49 pm
Forum: Nyquist
Topic: Help with Nyquist filters
Replies: 18
Views: 2696

Re: Help with Nyquist filters

You can nest filters one inside another:

Code: Select all

(dotimes (i 4 sig)
    (setf sig (lp (hp sig control) control2))))
by steve
Tue Apr 12, 2016 10:03 am
Forum: Windows
Topic: Still cant resolve poor audio problem
Replies: 6
Views: 333

Re: Still cant resolve poor audio problem

g4vvq1983 wrote:the sound the comes in from the external source is as clear as a bell
What is the "external source" and how does it "come in"? How are you listening when you hear it "as clear as a bell"?
by steve
Tue Apr 12, 2016 12:44 am
Forum: Nyquist
Topic: Help with Nyquist filters
Replies: 18
Views: 2696

Re: Help with Nyquist filters

is there a way to make it so that it doesn't stretch to the current duration? Normally you would wrap this sort of thing up as a "generate" type plug-in (because it is generating audio). For "generate" type plug-ins, one second in "Nyquist time" is one second in real (...
by steve
Tue Apr 12, 2016 12:17 am
Forum: Making Music with Audacity
Topic: Is there something better than a Compressor[?] to ...
Replies: 11
Views: 1495

Re: Is there something better than a Compressor[?] to ...

Dynamic range compression is, imo, one of the most difficult music production tasks to master. It is particularly difficult with the built-in tools in Audacity because they do not operate in "real time". If you use Windows, I would recommend trying some VST compressors so that you can twid...