Search found 59476 matches

by steve
Fri Mar 22, 2019 9:24 am
Forum: Windows
Topic: Unwanted reverb on overdub
Replies: 9
Views: 285

Re: Unwanted reverb on overdub

missmuse wrote:
Fri Mar 22, 2019 12:57 am
I'm changing back to the old computer/old audacity
Have you tried old computer / new Audacity (or is your old computer too old to run Audacity 2.3.1?)
by steve
Fri Mar 22, 2019 9:21 am
Forum: Windows
Topic: Audacity global record/pause hotkey?
Replies: 3
Views: 284

Re: Audacity global record/pause hotkey?

Like on latest versions of aimp. Is there a feature like this or is it planned? Maybe through plugins? Can't be done with a plug-in because plug-ins run inside Audacity, and if Audacity is in the background, then the plug-in is also running in the background, and key presses are "eaten" b...
by steve
Fri Mar 22, 2019 9:15 am
Forum: General Audio Programming
Topic: mod-script-pipe
Replies: 25
Views: 13384

Re: mod-script-pipe

I presume that you are referring to "pipe_test.py" ? https://github.com/audacity/audacity/blob/master/scripts/piped-work/pipe_test.py Is there likely to be any implications doing this? "pipe_test.py" is only intended as a test to check that scripting is working. Does the test wor...
by steve
Fri Mar 22, 2019 12:08 am
Forum: General Audio Programming
Topic: Unattended command line processing
Replies: 24
Views: 19243

Re: Unattended command line processing

Edgar wrote:
Thu Mar 21, 2019 10:59 pm
There is a first level folder called "win"; it contains a text file: "compile.txt"
In the current source code it is called "build.txt" and it can be found here: https://github.com/audacity/audacity/bl ... /build.txt
by steve
Thu Mar 21, 2019 8:56 pm
Forum: Windows
Topic: General Use of Audacity
Replies: 1
Views: 147

Re: General Use of Audacity

Often I will inadvertently click on something on the left side of a track where it says -1 - 0 - +1 and the track goes wild. Like this? firsttrack000.png If so, it is because of two things: 1) You are using an old version of Audacity (the current Audacity 2.3.1 does not do this so easily) 2) You ac...
by steve
Thu Mar 21, 2019 5:55 pm
Forum: Making Music with Audacity
Topic: Creating Audio File with Switchable Audio Tracks
Replies: 3
Views: 493

Re: Creating Audio File with Switchable Audio Tracks

Well you could make a video file or DVD without the video stream (or just a still picture), but you can't do that directly in Audacity - you would need to use a video editing app.
by steve
Thu Mar 21, 2019 5:28 pm
Forum: macOS
Topic: Can't get LAME (64-bit) to work on Audacity 2.3.1
Replies: 7
Views: 536

Re: Can't get LAME (64-bit) to work on Audacity 2.3.1

The 64-bit version of LAME is only for 64-bit versions of Audacity. Audacity 2.1.0 is 32-bit and so requires the 32-bit version of LAME.

Audacity 2.3.1 for macOS is 64-bit, and is available via the Audacity website: https://www.audacityteam.org/download/mac/
by steve
Thu Mar 21, 2019 3:42 pm
Forum: Making Music with Audacity
Topic: Creating Audio File with Switchable Audio Tracks
Replies: 3
Views: 493

Re: Creating Audio File with Switchable Audio Tracks

It is possible to create audio files with multiple audio channels (as is used by 7.1 surround), but I've never heard of any audio players that provide the ability to switch between channels (other than editing software such as Audacity).
by steve
Thu Mar 21, 2019 2:40 pm
Forum: General Audio Programming
Topic: Unattended command line processing
Replies: 24
Views: 19243

Re: Unattended command line processing

If you "only" want to apply noise reduction to a batch of files, it may be better to use a stand-alone noise reduction program rather than Audacity. (a few examples here: https://manual.audacityteam.org/man/sample_workflow_for_lp_digitization.html#alternative) If you wish to perform automa...
by steve
Thu Mar 21, 2019 12:40 pm
Forum: Windows
Topic: Saved FLAC files increase in size
Replies: 14
Views: 987

Re: Saved FLAC files increase in size

"Recording & Playback" It's a little more complex than that. In the case of recording, whether or not the real-time conversion settings are used depends on exactly how you are recording, what you are recording, and the capabilities of the sound-card drivers. In the "usual case&qu...