Search found 59476 matches
- Fri Nov 03, 2017 2:37 pm
- Forum: Windows
- Topic: Re. The “Converting all your Files” download notification.
- Replies: 5
- Views: 332
Re: Re. The “Converting all your Files” download notificatio
As I've already replied to your first message, I've just merged the two topics rather than deleting your first one.
- Fri Nov 03, 2017 1:51 pm
- Forum: Windows
- Topic: Re. The “Converting all your Files” download notification.
- Replies: 5
- Views: 332
Re: Re. The “Converting all your Files” download notificatio
I suspect that you got tricked into clicking on a deceptive advertisement. The correct address for the Audacity website is: https://www.audacityteam.org/ Ideally you should use the "https" version rather than the "http" version, though both go to the same site. The Audacity websi...
- Fri Nov 03, 2017 1:08 pm
- Forum: Windows
- Topic: Can't figure out how to export files...
- Replies: 4
- Views: 287
Re: Can't figure out how to export files...
In Audacity 2.2.0: "File menu > Save Other" (http://manual.audacityteam.org/man/file_menu.html)
- Fri Nov 03, 2017 12:16 pm
- Forum: Windows
- Topic: Tracks don't fit automatically after opening
- Replies: 8
- Views: 792
Re: Tracks don't fit automatically after opening
There's always the option to use the "File menu > Import" command when you want to import audio files (rather than "File menu > Open").Merowinger wrote:The bug is in the final too. I hope it get's fixed soon.
- Fri Nov 03, 2017 12:06 pm
- Forum: Windows
- Topic: Can't figure out how to export files...
- Replies: 4
- Views: 287
Re: Can't figure out how to export files...
Which version of Audacity? (look in: Help menu > About Audacity)
- Fri Nov 03, 2017 9:31 am
- Forum: Windows
- Topic: Additional mp3 file created when saving over old mp3 file
- Replies: 5
- Views: 398
Re: Additional mp3 file created when saving over old mp3 fil
Perhaps some of your "MP3 files" are actually WAV, AIFF or FLAC files? If you import uncompressed file types into Audacity, and have the option to "load on demand" (which I think may have been the default in Audacity 2.1.0), then Audacity creates backups of those files so as to n...
- Fri Nov 03, 2017 9:27 am
- Forum: Windows
- Topic: Chain conversion crashes Audacity 2.2.0
- Replies: 21
- Views: 1725
Re: Chain conversion crashes Audacity 2.2.0
The upgrade from Audacity 2.1.3 to 2.2.0 is substantial and there could be some incompatibilities with old settings. Have you tried making a new chain from scratch?
- Fri Nov 03, 2017 8:48 am
- Forum: Windows
- Topic: OBS and Audacity
- Replies: 2
- Views: 904
Re: OBS and Audacity
I was wondering, since OBS can already record my microphone's audio, what is the point in Audacity? If you can do what you want to do with OBS, and you are already familiar with using OBS to do that, then carry on using OBS. If you find that you need an audio editor, then you can download the lates...
- Fri Nov 03, 2017 8:41 am
- Forum: Windows
- Topic: Need help connecting an ION USB turntable
- Replies: 1
- Views: 222
Re: Need help connecting an ION USB turntable
Ensure that you connect the USB turntable to your computer before launching Audacity. Then, in the device toolbar , select "MME" as the "host", the USB option as the recording device, and whichever output device. This section of the manual may be helpful, but not that this is for...
- Thu Nov 02, 2017 9:39 pm
- Forum: Windows
- Topic: How to make Slender-Like Static?
- Replies: 14
- Views: 1600
Re: How to make Slender-Like Static?
If you run this code in the Nyquist Prompt effect it will produce static-like noise. ;version 4 ;control repeats "Number of iterations" int "" 4 1 10 (let ((static (noise))) (dotimes (i repeats static) (setf static (mult static (noise)))) (mult static (/ 0.8 (peak static 100000))...