Search found 59476 matches

by steve
Thu Apr 02, 2015 3:53 pm
Forum: Windows
Topic: Audacity 2.1.0 can't open new projects using a shortcut
Replies: 24
Views: 2887

Re: Audacity 2.1.0 can't open new projects using a shortcut

So you say it's not the same to open Audacity twice from a shortcut and open it once and then press "ctrl+n"? Yes, that's what I'm saying. Ctrl+N creates a new project within the same instance of Audacity. In other words, there is only one "Audacity" program running, and it is r...
by steve
Thu Apr 02, 2015 2:33 pm
Forum: Windows
Topic: Where did the playback speed slider go? [SOLVED]
Replies: 3
Views: 292

Re: Where did the playback speed slider go? [SOLVED]

davemans wrote:For some reason I was running v1.2.6!
:D That'll explain it.
by steve
Thu Apr 02, 2015 2:25 pm
Forum: Windows
Topic: Where did the playback speed slider go? [SOLVED]
Replies: 3
Views: 292

Re: Where did the playback speed slider go?

It's still there, but you may have accidentally hidden it.
To reset the toolbars to their defaults:
"View menu > Toolbars > Reset Toolbars"
by steve
Thu Apr 02, 2015 2:23 pm
Forum: Windows
Topic: Audacity 2.1.0 can't open new projects using a shortcut
Replies: 24
Views: 2887

Re: Audacity 2.1.0 can't open new projects using a shortcut

I think "that feature" was a bug. There should only ever be one instance of Audacity running at a time (within the same Shell environment). If there are multiple instances then there is a very real danger of one instance overwriting data belonging to the other instance, which may lead to b...
by steve
Thu Apr 02, 2015 2:10 pm
Forum: Windows
Topic: combining multi-channel WAV or FLAC extracted from DVD-Audio
Replies: 6
Views: 2141

Re: combining multi-channel WAV or FLAC extracted from DVD-A

Any way to join two six channel files together? Yes, but it's a bit tricky. When you import a 6 channel file, you will get six channels appear in Audacity. These may appear either as 6 mono tracks, or as one stereo track + 4 mono tracks. Let's refer to those 6 channels as 1, 2, 3, 4, 5 and 6. When ...
by steve
Thu Apr 02, 2015 12:58 pm
Forum: Windows
Topic: combining multi-channel WAV or FLAC extracted from DVD-Audio
Replies: 6
Views: 2141

Re: combining multi-channel WAV or FLAC extracted from DVD-A

Audacity cannot play multi-channel sounds, but it can import and export multi-channel files. By default, when you export from Audacity, the tracks will be mixed down to mono or stereo (depending on whether it is a mono or stereo show), but you can override that behaviour by changing one of the Prefe...
by steve
Thu Apr 02, 2015 12:52 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Comparing Noise Removal/Reduction between 2.0.6 and 2.1.0
Replies: 24
Views: 4124

Re: Comparing Noise Removal/Reduction between 2.0.6 and 2.1.

I've still have a bad feeling about the frequency smoothing. It should imo be logarithmic and not linear I'm having trouble with "Frequency Smoothing" and "Sensitivity". I don't know how to advise people about these controls other than "leave them at their default settings&...
by steve
Thu Apr 02, 2015 12:47 pm
Forum: Windows
Topic: Unable to download LAME
Replies: 1
Views: 284

Re: Unable to download LAME

It's likely to have been a temporary glitch.

The site is working now, but it is slow. I'm guessing that is due to a huge surge of traffic following the release of Audacity 2.1.0
I used this link for Lame for Windows: http://lame.buanzo.org/#lamewindl
by steve
Thu Apr 02, 2015 12:43 pm
Forum: GNU/Linux
Topic: WAV import of a ZOOM H5 file fails (PCM, 16bit, LE, 44.1k)
Replies: 12
Views: 3739

Re: WAV import of a ZOOM H5 file fails (PCM, 16bit, LE, 44.1

If you are playing back using PulseAudio, try launching Audacity from a Terminal window using:

Code: Select all

env PULSE_LATENCY_MSEC=30 audacity
Experiment with the "30" number to find the optimum value.
by steve
Thu Apr 02, 2015 2:41 am
Forum: Audio Processing
Topic: Mix and Render
Replies: 2
Views: 1280

Re: Mix and Render

Does adding a -10dB sound to another -10dB sound, does it remain -10dB? Mixing two sounds of equal amplitude will produce a signal that is at most +6dB higher than the individual tracks. The exact level depends on the relative phase of the two signals (and rare cases may even be less than the peak ...