Search found 59476 matches

by steve
Sat Jun 15, 2013 4:45 pm
Forum: Windows
Topic: recording from vynil to cd
Replies: 2
Views: 349

Re: recording from vynil to cd

There is a set of tutorials here that you will find useful - in particular the one about splitting a recording into separate tracks: http://manual.audacityteam.org/o/man/tutorial_copying_tapes_lps_or_minidiscs_to_cd.html Also, there is a sample workflow for digitising LPs: http://manual.audacityteam...
by steve
Sat Jun 15, 2013 4:16 pm
Forum: Windows
Topic: Adding random silence to multiple mp3 files?
Replies: 8
Views: 3806

Re: Adding random silence to multiple mp3 files?

The Nyquist code that you need would be something like this: (setq silence-duration (+ 10 (random 41))) (abs-env (seq s (s-rest silence-duration))) So then you just need to add a plug-in header to make it into an Effect (process) type plug-in. This will add a random number between 10 and 50 of whole...
by steve
Sat Jun 15, 2013 4:06 pm
Forum: Windows
Topic: Adding random silence to multiple mp3 files?
Replies: 8
Views: 3806

Re: Adding random silence to multiple mp3 files?

Yes it's possible, but note that there is always some sound quality loss when editing MP3s because Audacity needs to decode the MP3 in order to edit it, then if you need the edited version in MP3 format, exporting in MP3 format will re-encode it. Encoding to MP3 format always loses some sound qualit...
by steve
Sat Jun 15, 2013 3:46 pm
Forum: Windows
Topic: What is this white band on my song display?[SOLVED]
Replies: 2
Views: 708

Re: What is this white band on my song display?

Do you have the Multi-Tool selected? http://manual.audacityteam.org/o/man/multi_tool.html
If so, see here for how to select the various tools: http://manual.audacityteam.org/o/man/tools_toolbar.html
by steve
Sat Jun 15, 2013 12:35 pm
Forum: New Plug-Ins
Topic: Beat Per Minute labels
Replies: 23
Views: 35579

Re: Beat Per Minute labels

Can I assume the worst problem of BPM is finding the beats? Yes. But not if you do it tapping a pencil on your mic. That's pretty simple. Yes that is much easier, though unfortunately it cannot be done in real time - the "tapping" track would need to be recorded then analyzed. On my lapto...
by steve
Sat Jun 15, 2013 12:26 pm
Forum: Windows
Topic: Only one input of audio interface recognized
Replies: 2
Views: 1013

Re: Only one input of audio interface recognized

The M-Audio Fast Track audio interface has two independent audio channels. Channel 1 is the microphone (XLR) input and channel 2 is the 1/4" jack guitar input. Audacity does not have "channel mapping", so when recording in stereo, channel 1 of the device is recorded to channel 1 (left...
by steve
Sat Jun 15, 2013 10:52 am
Forum: New Plug-Ins
Topic: Distortion Effect
Replies: 2
Views: 2365

Re: Distortion Effect

Some of the levels of distortion have significant wave non-symmetry. The distortion favours even harmonics (like valve amplifier distortion) which produces non-symmetric waveforms. The low cut filter frequency can be adjusted, but is always on, which helps to avoid excessive DC offset. Does it work...
by steve
Fri Jun 14, 2013 7:10 pm
Forum: Windows
Topic: How do I add distortion to a track?
Replies: 2
Views: 537

Re: How do I add distortion to a track?

I've just posted a plug-in that you could try: http://forum.audacityteam.org/viewtopic ... 12#p215212
by steve
Fri Jun 14, 2013 7:09 pm
Forum: New Plug-Ins
Topic: Distortion Effect
Replies: 2
Views: 2365

Distortion Effect

A simple distortion effect.
Comments please :)
Installation instructions: http://wiki.audacityteam.org/wiki/Downl ... g_Plug-ins
by steve
Fri Jun 14, 2013 3:14 pm
Forum: Windows
Topic: Selecting section of mp3 and drag and drop
Replies: 3
Views: 577

Re: Selecting section of mp3 and drag and drop

Try the Sound Finder tool: http://manual.audacityteam.org/o/man/si ... html#sound
Note that for it to be effective the pauses need to be very quiet - any slight click or blip during the "silence" will make it look like "sound" to the Sound Finder tool.