Search found 59476 matches

by steve
Mon Nov 05, 2012 12:39 am
Forum: Windows
Topic: Audacity noob- can't adjust input level slider enough
Replies: 1
Views: 452

Re: Audacity noob- can't adjust input level slider enough

Could you post a short clip of a loud part so that we can see how far off you are. To export a short section, select a few seconds of the recorded track by clicking and dragging your mouse across the waveform, then use "File menu > Export Selection" and export it as a WAV file. See here fo...
by steve
Mon Nov 05, 2012 12:35 am
Forum: Windows
Topic: [CUT MP3] Help with cutting MP3 (file attached)
Replies: 1
Views: 377

Re: [CUT MP3] Help with cutting MP3 (file attached)

One of the limitations of the MP3 format is that the length is inexact. MP3s always have a bit of extra silence at the ends, so even if you trim it off in Audacity, if you export in MP3 format a bit of silence is added back on. The only way round the problem is to use a different file format such as...
by steve
Mon Nov 05, 2012 12:28 am
Forum: Windows
Topic: Help! Audacity not working!
Replies: 2
Views: 462

Re: Help! Audacity not working!

StarCapt wrote: Can't cut, copy, paste, select, etc.
Why not? What happens?
Which version of Audacity do you have (Look in "Help > About Audacity")
by steve
Mon Nov 05, 2012 12:26 am
Forum: Plug-in Archive
Topic: Delay
Replies: 3
Views: 7290

Re: Delay

Topic moved to archive as the latest version is now shipped with Audacity
by steve
Mon Nov 05, 2012 12:24 am
Forum: Windows
Topic: Searching for a specific sound effect, related to stuttering
Replies: 1
Views: 311

Re: Searching for a specific sound effect, related to stutte

Try the Delay effect (below the divider in the Effect menu).
by steve
Mon Nov 05, 2012 12:07 am
Forum: Windows
Topic: Best Version
Replies: 6
Views: 990

Re: Best Version

1 GB RAM is the minimum requirement for Windows 7, so you should probably consider upgrading your RAM in the near future.

Use the recommended installer for Windows 7 near the top of this page: http://audacityteam.org/download/windows
(It's the first download link)
by steve
Sun Nov 04, 2012 11:50 pm
Forum: Feature Request Archive
Topic: Distortion effects
Replies: 23
Views: 16007

Re: Distortion effects

Here's the soft clipping plug-in: http://forum.audacityteam.org/viewtopic.php?p=162128#p162128 Here is Edgar's "broadcast limiter IV" http://forum.audacityteam.org/download/file.php?id=2883 I think there is a minor bug in the broadcast limiter which could do with fixing so that it can be u...
by steve
Sun Nov 04, 2012 11:33 pm
Forum: Feature Request Archive
Topic: Distortion effects
Replies: 23
Views: 16007

Re: Distortion effects

A tube emulation should add even harmonics, shouldn't it? Yes. I've got a Nyquist code snippet tucked away somewhere for even harmonics. The last "broadcast limiter" by Edgar-rtf used waveshaping and could easily be adapted to produce clipping without too much aliasing - or there's a &quo...
by steve
Sun Nov 04, 2012 11:16 pm
Forum: New Plug-Ins
Topic: Help needed to create a plugin for fixing dv clicks
Replies: 10
Views: 5429

Re: Help needed to create a plugin for fixing dv clicks

Just a little note that I didn't comment:
The plug-in assumes that is a zero sample is found, the next three samples are not faulty, so it skips them by adding 3 to the counter. That's just to make it run a little quicker since you said that the zero samples only occur every 4 or more samples.