Search found 59476 matches

by steve
Thu Dec 13, 2012 8:49 pm
Forum: Windows
Topic: Get Noise Profile Problem
Replies: 2
Views: 395

Re: Get Noise Profile Problem

by steve
Thu Dec 13, 2012 8:46 pm
Forum: Windows
Topic: Normalize/volume consistency
Replies: 3
Views: 1827

Re: Normalize/volume consistency

While you have all of the files as separate tracks, use the Mixer Board (View menu) to adjust the levels of each track. http://manual.audacityteam.org/o/man/view_menu.html#mixer Tip: keep an eye on the playback meter to ensue that the mix does not hit the red (0 dB). manual.audacityteam.org/o/man/me...
by steve
Thu Dec 13, 2012 7:05 pm
Forum: Windows
Topic: Equalization and linear frequency shifting
Replies: 9
Views: 1439

Re: Equalization and linear frequency shifting

Cutting very low frequencies (below about 150 Hz) can often help improve the intelligibility of speech. Try Equalization settings similar to this, then use the Normalize or Amplify effect to bring the peak level to -1 dB. For best results, try experimenting with the Equalization settings to see what...
by steve
Thu Dec 13, 2012 6:27 pm
Forum: Windows
Topic: How to save a mp3 in a lower quality
Replies: 7
Views: 864

Re: How to save a mp3 in a lower quality

For compressed audio formats, Mac tends to favour AAC, Windows tends to favour WMA and Linux tends to favour Ogg Vovbis. Everyone does MP3 because it is the most widely used. AAC and WMA are proprietary formats. MP3 is subject to a number of patent and licensing claims that have been hotly debated f...
by steve
Thu Dec 13, 2012 5:44 pm
Forum: Windows
Topic: vst-bridge.dll
Replies: 1
Views: 907

Re: vst-bridge.dll

VST bridge was used to add basic support for VST effect in the (now obsolete) Audacity 1.2.x series. It is not required and should not be used with Audacity 2.x

Information about installing VST effect: http://manual.audacityteam.org/man/FAQ: ... st_install
by steve
Thu Dec 13, 2012 4:54 pm
Forum: Windows
Topic: Backward Compatibility
Replies: 3
Views: 468

Re: Backward Compatibility

As Koz wrote, Audacity 2.x should be able to open older projects. However, we do not recommend keeping a lot of old projects hanging around - the project format is not a good "archiving" format because there are multiple parts to a project (the .AUP file and the audio data). We quite regul...
by steve
Thu Dec 13, 2012 1:25 pm
Forum: Recording Techniques
Topic: How do you allow the user to skip to the next section
Replies: 17
Views: 4212

Re: How do you allow the user to skip to the next section

For electronic books, one of the main formats seems to be M4B: http://wiki.librivox.org/index.php/How_To_Make_M4B_Files The software that comes up repeatedly on Google for creating M4B files is "Chapter & Verse": http://lodensoftware.com/chapter-and-verse/ (free) For Mac: Audiobookbuil...
by steve
Thu Dec 13, 2012 3:50 am
Forum: New Plug-Ins
Topic: Panning plug-ins
Replies: 20
Views: 9688

Re: Panning plug-ins

If you don't mind linear panning:

Code: Select all

(pan (aref s 0)(snd-abs (snd-white 0 4 (1+ (get-duration 1)))))
by steve
Thu Dec 13, 2012 1:52 am
Forum: New Plug-Ins
Topic: Panning plug-ins
Replies: 20
Views: 9688

Re: Panning plug-ins

For random panning, it might be easiest to end the random control signal a bit early, then swing across from the current pan position to the desired end position. Or to look at it another way, fade out the end of the random control signal to an offset value. Something like: (let ((dur (get-duration ...
by steve
Thu Dec 13, 2012 12:00 am
Forum: Windows
Topic: Audacity not recording audio coming out of speakers
Replies: 7
Views: 1023

Re: Audacity not recording audio coming out of speakers

Do you have Audacity set to record from "Stereo Mix" in the Device Toolbar?