Do you hear the distortion only when you play them in QuickTime?
What if you import the MP3 back into Audacity and play it in Audacity?
Search found 59476 matches
- Wed Dec 08, 2010 12:47 am
- Forum: Mac OS X
- Topic: MP3 Exported Files Distorted Since OSX 10.6.5
- Replies: 8
- Views: 1293
- Wed Dec 08, 2010 12:41 am
- Forum: GNU/Linux and Unix-like
- Topic: SVN HEAD and non-English system locales
- Replies: 14
- Views: 3335
Re: SVN HEAD and non-English system locales
If you or Steve can test installing Audacity with a suffix that would still be good. Sorry I've not been following this thread. I install -svn with the configure option: --program-suffix=-alpha The last build I made was November 29th. The language options are "System/English" I also have ...
- Wed Dec 08, 2010 12:30 am
- Forum: Windows
- Topic: uploading to youtube
- Replies: 8
- Views: 1633
Re: uploading to youtube
See here: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=57924 and here: http://www.youtube.com/handbook_popup_produce_upload?pcont=bestformats and here: http://lmgtfy.com/?q=youtube+upload+audio+file YouTube is for video files only - you cannot upload MP3 or WAV unless you fir...
- Wed Dec 08, 2010 12:00 am
- Forum: Windows
- Topic: recording problem emu 0202 usb on Vista
- Replies: 7
- Views: 1847
Re: recording problem emu 0202 usb on Vista
Sorry Bettinwel, I'm having trouble understanding exactly what you mean. I can only record computersounds (internet etc) via stereomix (which is the onboard Realtek). OK - you can record "Stereo Mix" with the on-board Realtek sound card. Recording sounds by mic or line in is ok. With what?...
- Tue Dec 07, 2010 11:43 pm
- Forum: Français
- Topic: Console Nyquist [Résolu]
- Replies: 8
- Views: 1474
Re: Console Nyquist
Sorry, I must reply in English - perhaps you have a friend to translate? The default location for Audacity plug-ins is in: usr/share/audacity/plug-ins/ (Only "root" can write to this folder. You do not have permission to write to this folder) On Linux, you can also put plug-ins in [email protected]...
- Tue Dec 07, 2010 11:28 pm
- Forum: Mac OS X
- Topic: MP3 Exported Files Distorted Since OSX 10.6.5
- Replies: 8
- Views: 1293
Re: MP3 Exported Files Distorted Since OSX 10.6.5
Ensure that you are using the current version of Audacity (1.3.12) http://audacityteam.org/download/beta_mac
and the current version of Lame (3.98.2) http://lame.buanzo.com.ar/
(there was an earlier version that produced distortion in MP3s that were at 128 kbps or less)
and the current version of Lame (3.98.2) http://lame.buanzo.com.ar/
(there was an earlier version that produced distortion in MP3s that were at 128 kbps or less)
- Tue Dec 07, 2010 11:15 pm
- Forum: Windows
- Topic: Access to the Envelope Tool via the keyboard?
- Replies: 9
- Views: 1844
Re: Access to the Envelope Tool via the keyboard?
The AutoDuck effect is coded in Audacity - it is not a Nyquist plug-in effect. I imagine it would be possible for for "Save as Preset" to be added, but I have no idea how to do that. If you think it would be a useful addition, you might like to post it as a suggestion on the "Adding F...
- Tue Dec 07, 2010 11:02 pm
- Forum: Windows
- Topic: audacity will not accept lame_enc.dll
- Replies: 5
- Views: 701
Re: audacity will not accept lame_enc.dll
The first thing that I'd suggest is upgrading to Audacity 1.3.12 http://audacityteam.org/download/ Then go to this page and download "libmp3lame-win-3.98.2.zip" http://lame.buanzo.com.ar/ Extract the contents of that zip file into your Audacity program folder. Then open Audacity and go to ...
- Tue Dec 07, 2010 8:33 pm
- Forum: GNU/Linux and Unix-like
- Topic: Ubuntu 10.10, Audcaity 1.3.12 beta: Why preferences change?
- Replies: 18
- Views: 4282
Re: Ubuntu 10.10, Audcaity 1.3.12 beta: Why preferences chan
Try quiting pulseaudio I'm not sure how to do that on a default Ubuntu 10 installation as PulseAudio is set to "auto-spawn" - it will automatically restart as soon as you use sound. However, Audacity should be able to use ALSA directly (without using PulseAudio), by selecting the Recordin...
- Tue Dec 07, 2010 6:56 pm
- Forum: Nyquist
- Topic: Low level Nyquist programming.
- Replies: 7
- Views: 2516
Re: Nyquist programming.
the "new" nyquist is not based in LISP , isn't it? Yes, it is still based on XLisp. The "New" Nyquist has "Sal" added, but you can still use XLisp if you prefer. I use the XLisp notation because I am more familiar with it than the Sal notation. When a Nyquist script th...