Search found 59476 matches

by steve
Mon Jan 21, 2013 9:41 am
Forum: Nyquist
Topic: A Study in Pink
Replies: 26
Views: 10491

Re: A Study in Pink

The noise is less hissing than white noise. There does not seem to be much difference in the sound if the rms level is the same. This audio sample has been created in three parts, your two Gaussian code snippets and the Audacity white noise generator, The peak amplitude of the Gaussian noise is abo...
by steve
Mon Jan 21, 2013 9:25 am
Forum: Nyquist
Topic: A Study in Pink
Replies: 26
Views: 10491

Re: A Study in Pink

An alternative approach that gives rather nice brown noise with 6dB/octave all the way down to 20 Hz. (defun brown (&optional (dur 1)(amp 1)) (multichan-expand #'snd-brown dur amp)) (defun snd-brown (dur amp) (let* ((white (abs-env (noise dur))) (brown (highpass8 (integrate white) 15)) (gain (/ ...
by steve
Mon Jan 21, 2013 9:03 am
Forum: Audio Processing
Topic: Can you help me EQ/process my live MP3 recording?
Replies: 37
Views: 12021

Re: Can you help me EQ/process my live MP3 recording?

Equalization, brickwall limiter and a touch of stereo widening using the channel mixer plug-in.

http://easyspacepro.com/audacity/exampl ... miter.flac
Unfortunately there is some clipping (distortion) on the original recording (recording level too high) which can't be repaired.
by steve
Mon Jan 21, 2013 8:29 am
Forum: Audio Processing
Topic: New Guy with an EQ question.
Replies: 10
Views: 2370

Re: New Guy with an EQ question.

If you're feeling adventurous, have a look at this post: http://forum.audacityteam.org/viewtopic ... 37#p203837
by steve
Mon Jan 21, 2013 8:25 am
Forum: Audio Processing
Topic: Stereo Boost Filter
Replies: 6
Views: 1497

Re: Stereo Boost Filter

Is it possible to get to this plug-in from the forum homepage without using forum search, Google or recursive logic? The manual mostly covers features that are shipped (as standard) with /in Audacity. The main Audacity website has a page for "plug-ins and libraries" http://audacityteam.or...
by steve
Mon Jan 21, 2013 7:12 am
Forum: Windows
Topic: Audacity not showing on right click menu?
Replies: 3
Views: 650

Re: Audacity not showing on right click menu?

Probably the easiest thing is to just drag and drop the files onto Audacity.
by steve
Mon Jan 21, 2013 5:52 am
Forum: Windows
Topic: One file turned into 110 "e00" files. Help.
Replies: 7
Views: 1638

Re: One file turned into 110 "e00" files. Help.

pedrosilva wrote:Sorry, but I don't understand how you make.
What is it that you need help with?
by steve
Mon Jan 21, 2013 5:45 am
Forum: Windows
Topic: Can't Open File
Replies: 20
Views: 2903

Re: Can't Open File

YuwillNevano wrote:This file will open, but it won't run--like the other files as well.
I have no idea what you mean. Try using more words. If there are error messages, please quote them in full.
by steve
Mon Jan 21, 2013 5:36 am
Forum: Feature Request Archive
Topic: Combining Analyze and Equalize
Replies: 15
Views: 11962

Re: Combining Analyze and Equalize

Here's an experimental plug-in for you to try. There's some pretty strict limitations for this plug-in and not much error checking. If you get errors or nonsense, check the instructions, check the file paths, and if it still does not work, use the "Debug" button and post the debug output. ...
by steve
Mon Jan 21, 2013 1:30 am
Forum: Windows
Topic: do you need to restart Audacity to see the new plugin?
Replies: 1
Views: 429

Re: do you need to restart Audacity to see the new plugin?

For LADSPA and Nyquist plug-ins you need to restart Audacity.
For VST plug-ins, see here: http://manual.audacityteam.org/o/man/fa ... st_install