Search found 59476 matches

by steve
Fri Jun 15, 2012 1:15 pm
Forum: Recording Equipment
Topic: Budget USB mic for recording guitar and vocals.
Replies: 1
Views: 4215

Re: Budget USB mic for recording guitar and vocals.

See here: http://forum.audacityteam.org/viewtopic ... 46&t=66087

I've not used a Snowball mic, but like you I've read mixed reviews.
by steve
Fri Jun 15, 2012 1:01 pm
Forum: Windows
Topic: *** Help with Hip Hop vocals! ***
Replies: 8
Views: 2533

Re: *** Help with Hip Hop vocals! ***

You've got a bit of clipping in places. Either back off the mic a bit or lower the recording level a bit. You can always increase the level post-production, but you can't fully restore clipped audio. Try adding a short "Delay" effect, something around 0.08 seconds and, say, 3 repeats. Also...
by steve
Fri Jun 15, 2012 12:15 pm
Forum: Windows
Topic: audio from video clip
Replies: 1
Views: 535

Re: audio from video clip

If the video clip is a format that is supported by FFMpeg then you will be able to import the audio component of the video file with "File menu > Import > Audio". You will need to have FFMpeg installed: http://manual.audacityteam.org/manual/help/manual/man/faq_installation_and_plug_ins.htm...
by steve
Fri Jun 15, 2012 10:22 am
Forum: GNU/Linux and Unix-like
Topic: Batch convert AUP files
Replies: 7
Views: 18920

Re: Batch convert AUP files

why not just say, "No, not at this time," and be done with it? I think that is more or less what I did say in my original reply. I also suggested that he may be able to achieve what he wants by using "Auto Hot Keys" (IronAHK). When, two months later, another user comes along and...
by steve
Fri Jun 15, 2012 9:41 am
Forum: New Plug-Ins
Topic: Cross-Fade (revisited)
Replies: 106
Views: 30079

Re: Cross-Fade (revisited)

Shown on two tracks for clarity.
With this selection and no "limit duration" sliders:
trackpanel000.png
trackpanel000.png (13.74 KiB) Viewed 2969 times
What I would expect to happen is this. Do we agree? Is this what I'm aiming for with single track in-line cross-fade?
trackpanel001.png
trackpanel001.png (14.97 KiB) Viewed 2969 times
by steve
Fri Jun 15, 2012 9:33 am
Forum: New Plug-Ins
Topic: Cross-Fade (revisited)
Replies: 106
Views: 30079

Re: Cross-Fade (revisited)

Bring on the magic carpets :D

This is the sort of the thing that we really want, but unfortunately the Audacity Nyquist interface can't do this:

Image

Image
by steve
Fri Jun 15, 2012 9:00 am
Forum: Plug-in Archive
Topic: Resonant Filter
Replies: 20
Views: 14841

Re: Resonant Filter

A bandpass filter normally passes frequencies between a range. The properties that define a bandpass filter are: Lower corner frequency (f1) Upper corner frequency (f2) Centre frequency (fc) Bandwidth Q http://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Bandwidth.svg/350px-Bandwidth.svg.png (...
by steve
Thu Jun 14, 2012 7:06 pm
Forum: GNU/Linux
Topic: Audacity on "older" PCs-some fine-tuning suggestions(SOLVED)
Replies: 24
Views: 10006

Re: Audacity on "older" PCs--some fine-tuning suggestions

Check the location of the Audacity temp folder.
"Edit > Preferences > Directories"
by steve
Thu Jun 14, 2012 7:04 pm
Forum: Plug-in Archive
Topic: Resonant Filter
Replies: 20
Views: 14841

Re: Resonant Filter

What is a bandpass resonant filter if not a resonant filter that rolls of below and above the resonant peak?
by steve
Thu Jun 14, 2012 7:02 pm
Forum: Nyquist
Topic: Label data to text file
Replies: 108
Views: 21011

Re: Label data to text file

line 151 (setq filepath (format nil "~a~a~a" path slash name)) change it to: (setq path "<path-to-Desktop>") (setq filepath (format nil "~a~a~a" path slash name)) where <path-to-desktop> is the actual path to your Desktop, for example: C:\hkjhkh\uytut\Desktop Note the u...