Search found 59476 matches

by steve
Thu Aug 13, 2020 7:23 pm
Forum: macOS
Topic: Noise Reduction Automation Suggestions
Replies: 8
Views: 453

Re: Noise Reduction Automation Suggestions

So I think I'll be logging this as a bug. Anybody disagree ? It's not really a "bug", but I think it could be logged on bugzilla as an anomaly. Quite some time ago, effects were updated to a new, consistent base class which supports presets and some other features that were previously mis...
by steve
Thu Aug 13, 2020 3:59 pm
Forum: Windows
Topic: How can I fix: 'Warning - Missing Audio Data Block Files' error?
Replies: 10
Views: 960

Re: How can I fix: 'Warning - Missing Audio Data Block Files' error?

Is there any way to revcover my .aup project? Probably not, but ... After doing that, it messed up both copies. If you still have either of those copies we could take a look just in case. I am using windows 10, and I am on audacity version 2.2.2. You should consider updating when you have time. The...
by steve
Thu Aug 13, 2020 3:05 pm
Forum: Windows
Topic: Scripted application update
Replies: 10
Views: 79

Re: Scripted application update

Are there any plans to go to an Enterprise/Corporate solution? Not at present. The Audacity team is a tiny group of volunteers . Many people assume that Audacity is created by a sizeable company because of it's widespread use. One of our forum crew (Koz) jokes that our head office is a small carava...
by steve
Thu Aug 13, 2020 2:57 pm
Forum: GNU/Linux
Topic: Cannot hear my guitar when recording
Replies: 12
Views: 556

Re: Cannot hear my guitar when recording

For zero latency (hardware) monitoring, Audacity is irrelevant. I've not found any documentation for how to enable hardware monitoring on Linux. M-Audio just say that it is "software controlled", which I assume means with their (Windows / Mac) control panel app. If you don't remember how y...
by steve
Thu Aug 13, 2020 2:18 pm
Forum: Windows
Topic: Scripted application update
Replies: 10
Views: 79

Re: Scripted application update

Releases are announced here on the forum (in the announcements section), on the front page of the website, on facebook and on twitter (links near top right of each forum page). We use facebook and twitter for announcements and little else.
by steve
Thu Aug 13, 2020 2:10 pm
Forum: Windows
Topic: Export Question
Replies: 1
Views: 25

Re: Export Question

Apply either "Change Speed" effect (changes pitch and tempo) or "Change Tempo" effect (changes tempo, retaining the same pitch), then Export. https://manual.audacityteam.org/man/change_speed.html https://manual.audacityteam.org/man/change_tempo.html https://manual.audacityteam.or...
by steve
Thu Aug 13, 2020 2:08 pm
Forum: GNU/Linux
Topic: Cannot hear my guitar when recording
Replies: 12
Views: 556

Re: Cannot hear my guitar when recording

To monitor what you are recording while playing, without too much delay, you need to either use hardware that provides zero latency monitoring (you plug your headphones into the recording device), or you will need to use Jack Audio System.
by steve
Thu Aug 13, 2020 1:03 pm
Forum: Windows
Topic: Automatic recording start
Replies: 2
Views: 52

Re: Automatic recording start

I would also like Audacity to automatically start recording when I start. Is this option possible at all? Not easily. One option would be to write a Python script to launch Audacity and then start recording (see: https://manual.audacityteam.org/man/scripting.html). The Python script could be starte...
by steve
Thu Aug 13, 2020 12:59 pm
Forum: Windows
Topic: Scripted application update
Replies: 10
Views: 79

Re: Scripted application update

We don't specifically cater for corporate environments. End users can periodically Check for Updates and decide if they want to update. If you are determined to automate upgrading, you could track Audacity on GitHub for new releases , then automate building from the source code and pushing to your n...