Search found 59476 matches

by steve
Mon Mar 22, 2010 9:06 pm
Forum: Recording Equipment
Topic: budget (usb) mic for classical guitar recording needed
Replies: 175
Views: 54570

Re: budget (usb) mic for classical guitar recording needed

It was recorded at the top of a stairway. I placed the mic a bit "less-closer" to the guitar to try to catch a bit more of the fine reverb that was pleasing my ears while playing... Not sure if that's much noticeable on the recording... There's definitely more "ambiance" there -...
by steve
Mon Mar 22, 2010 8:43 pm
Forum: Recording Techniques
Topic: piano sounds great going in, lousy in Audacity
Replies: 49
Views: 11553

Re: piano sounds great going in, lousy in Audacity

Hey Steve -- I'm using the Beta 1.3 version. I tried going into Preferences, and when the USB cable is being used (from the mixer to the laptop), I choose it for "Playback" and "Recording." However, it seems to force the sound into mono. Are you using Vista? Apparently Vista wil...
by steve
Sun Mar 21, 2010 11:25 pm
Forum: GNU/Linux and Unix-like
Topic: Problems recording
Replies: 2
Views: 784

Re: Problems recording

What settings do you have in "Edit menu > Preferences > Device"?
Does "pavucontrol" open correctly without any errors?
by steve
Sun Mar 21, 2010 11:22 pm
Forum: Windows
Topic: Silencing part of a track causes Audacity to Crash
Replies: 5
Views: 430

Re: Silencing part of a track causes Audacity to Crash

Try updating to Audacity 1.3.11
To silence part of a track - select the bit that you want to silence and press Ctrl+L
by steve
Sun Mar 21, 2010 11:20 pm
Forum: Windows
Topic: Problems with Importing
Replies: 2
Views: 293

Re: Problems with Importing

You are trying to import a file that is in an unsupported format.
Convert the file to WAV format before importing.
Foobar2000 is a free audio player that is able to convert most audio file types.
by steve
Sun Mar 21, 2010 11:17 pm
Forum: Windows
Topic: Audacity crashes when trying to open
Replies: 15
Views: 1184

Re: Audacity crashes when trying to open

Try using Audacity 1.3.11
by steve
Sun Mar 21, 2010 11:15 pm
Forum: Windows
Topic: Recording too loud or too soft
Replies: 7
Views: 1555

Re: Recording too loud or too soft

Check that you are using a "Line In" socket and not a "Mic In" socket on your sound card.
Also check in the Sigmatel software - there may be an option for "+20dB" (may be called "boost" or "mic boost"). This needs to be off.
by steve
Sun Mar 21, 2010 11:12 pm
Forum: General Audio Programming
Topic: Tempo/Tonality modification
Replies: 1
Views: 1183

Re: Tempo/Tonality modification

You mean changing the "pitch" of sounds without changing the tempo?
Audacity does this using the "soundtouch library". Soundtouch has it's own web-site here: http://www.surina.net/soundtouch/
by steve
Sun Mar 21, 2010 11:08 pm
Forum: Windows
Topic: Out-of-Phase click
Replies: 10
Views: 1287

Re: Out-of-Phase click

OK, so that's how as an attachment. So what's the img tag for? The img tag is for entering a link to an image that is already on the internet. For example the Audacity logo at the top of this page is at; http://audacityteam.org/forum/styles/prosilver/imageset/Audacity-logo-r_190x75_trans_forum.png ...
by steve
Sun Mar 21, 2010 10:58 pm
Forum: Windows
Topic: New plugin "Super Bass Cut"
Replies: 27
Views: 6347

Re: New plugin "Super Bass Cut"

Not really - mono sounds are held as a single variable whereas stereo sounds are held as an array with 2 elements. (aref s 0) is the first (left channel) of the vector (a stereo sound).