Search found 59476 matches
- Thu Apr 12, 2012 8:22 am
- Forum: macOS
- Topic: Buggy behavior w/Audacity 2.0 & OSX 10.7.3
- Replies: 8
- Views: 2610
Re: Buggy behavior w/Audacity 2.0 & OSX 10.7.3
in order to do something so simple on my Mac I need Sunflower Not "Sunflower", that's a plant ;) plus you tell me "Mac computers do not have built in support for recording sounds that are playing on your computer" That's correct. As it says in the links that were provided, to re...
- Thu Apr 12, 2012 5:22 am
- Forum: Windows
- Topic: can't export audio
- Replies: 1
- Views: 710
Re: can't export audio
If you need ot in MP3 format you will need to install LAME. http://manual.audacityteam.org/man/FAQ: ... g-Ins#lame
- Thu Apr 12, 2012 5:20 am
- Forum: Recording Techniques
- Topic: Patching into one track
- Replies: 4
- Views: 4275
- Thu Apr 12, 2012 5:18 am
- Forum: Windows
- Topic: have two versions of Audacity on my computer
- Replies: 2
- Views: 920
Re: have two versions of Audacity on my computer
As long as you are happy that Audacity 2.0 is working correctly it is safe to ununstall Audacity 1.3
- Thu Apr 12, 2012 4:31 am
- Forum: Nyquist
- Topic: Trouble with sound-warp
- Replies: 5
- Views: 2082
Re: Trouble with sound-warp
This code may be easier to follow: ;nyquist plug-in ;version 1 ;type process ;name "Pitch Shift Test..." ;control newlength "New length in seconds" real "" 1 0.5 20 (defun stretch (sig orig new) (setq seconds (* new orig)) (sound-warp (pwlv 0 orig seconds) sig)) (setq o...
- Thu Apr 12, 2012 3:57 am
- Forum: Windows
- Topic: Making my Song Edits sound better in Audacity 2
- Replies: 15
- Views: 5340
Re: Making my Song Edits sound better in Audacity 2
Here's one that you might like: http://forum.audacityteam.org/viewtopic ... 42&t=61488
- Thu Apr 12, 2012 3:55 am
- Forum: Windows
- Topic: Do I need to adjust latency with each new song?
- Replies: 1
- Views: 636
Re: Do I need to adjust latency with each new song?
Usually you can just set the latency correction, then forget it. However you will probably need to adjust it if you use a different sound card, or a different sample rate. You may or may not need to adjust it if you change from recording in stereo to recording in mono. If your set-up remains the sam...
- Thu Apr 12, 2012 3:52 am
- Forum: Windows
- Topic: Lame and FFMpeg, need both?
- Replies: 2
- Views: 899
Re: Lame and FFMpeg, need both?
LAME enables Audacity to export MP3 files. FFmpeg provides Audacity with Import/Export support for various formats including WMA version 2, AC3 and AAC. See these two pages: http://manual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins#How_do_I_download_and_install_the_LAME_MP3_encoder.3F http://...
- Thu Apr 12, 2012 3:44 am
- Forum: Nyquist
- Topic: Trouble with sound-warp
- Replies: 5
- Views: 2082
Re: Trouble with sound-warp
"Warp" and the "Environment" are the two most mind numbing concepts in Nyquist, and particularly the Audacity implementation of Nyquist. In Audacity, the "logical duration" of the selection is always 1.0 This puts much of the Nyquist documentation at odds with what actu...
- Thu Apr 12, 2012 3:19 am
- Forum: Windows
- Topic: Making my Song Edits sound better in Audacity 2
- Replies: 15
- Views: 5340
Re: Making my Song Edits sound better in Audacity 2
I will be looking for more of these cool DJ effect plugins online. There's a load of Nyquist plug-in on the Audacity wiki: http://wiki.audacityteam.org/wiki/Download_Nyquist_Plug-ins ("Nyquist" is the programming language that these plug-ins are written in. These plug-ins have been made s...