Search found 59476 matches

by steve
Mon Oct 26, 2020 4:00 pm
Forum: Macros and Scripting
Topic: Export label tracks as separate files
Replies: 10
Views: 859

Re: Export label tracks as separate files

We've had multiple reports of problems with both Snapcraft and Flatpak builds of Audacity. Those builds are not made by the Audacity Team. My advice is to not use them until the package maintainers get them working properly and reliably.
by steve
Mon Oct 26, 2020 1:50 pm
Forum: Macros and Scripting
Topic: Export label tracks as separate files
Replies: 10
Views: 859

Re: Export label tracks as separate files

That's good. I committed the fix last night. Note that Audacity 3.0.0 is still "alpha" software, and there's a BIG change in it. The alpha manual is here: https://alphamanual.audacityteam.org Ensure that you read this page - this is the big change: https://alphamanual.audacityteam.org/man/...
by steve
Mon Oct 26, 2020 1:23 pm
Forum: Windows
Topic: Convert freq spectrum into a wav file?
Replies: 1
Views: 84

Re: Convert freq spectrum into a wav file?

Not directly.
For any frequency spectrum, there's an infinite number of possible audio files that could have that spectrum. The spectrum does not entirely define a sound, it only defines what frequencies are present in it.

What's the job? What are you trying to do?
by steve
Mon Oct 26, 2020 12:45 pm
Forum: Windows
Topic: High Pass Filter Stalls and Times Out
Replies: 6
Views: 181

Re: High Pass Filter Stalls and Times Out

I'm glad that you posted. In previous versions of Audacity the High / Low Pass filters could process longer selections than they can now, so this is a regression. I'll log it on the Audacity bug tracker.
by steve
Mon Oct 26, 2020 11:35 am
Forum: Macros and Scripting
Topic: How to set up macros
Replies: 2
Views: 844

Re: How to set up macros

Try this:

Code: Select all

Duplicate:
SelectTracks:Mode="Set" Track="1" TrackCount="1"
ChangePitch:Percentage="-50" SBSMS="0"
ExportWav:

by steve
Mon Oct 26, 2020 11:27 am
Forum: Windows
Topic: High Pass Filter Stalls and Times Out
Replies: 6
Views: 181

Re: High Pass Filter Stalls and Times Out

Does the problem happen on all tracks, or one specific track?
How long is the project?
Does it happen with both mono and stereo tracks?
by steve
Mon Oct 26, 2020 11:25 am
Forum: Windows
Topic: Share Audacity project without convert in MP3
Replies: 4
Views: 77

Re: Share Audacity project without convert in MP3

If all the people that are sharing the project are reasonably good with computers, then a really good (though rather "technical") way to share projects is via GitHub.
by steve
Mon Oct 26, 2020 1:09 am
Forum: Windows
Topic: compressor settings display
Replies: 14
Views: 217

Re: compressor settings display

Also at times it clips when it makes up gain. Can't say if it merely touched 0dBFS or how far it went past but the red lines show up as if it had made up too much gain at some spots. I know that if make up gain is enabled, it does not clip. As far as I'm aware, upward compression without make up ga...
by steve
Mon Oct 26, 2020 12:18 am
Forum: Windows
Topic: compressor settings display
Replies: 14
Views: 217

Re: compressor settings display

There is an option to add make up gain to 0dBFS which I left unchecked as I did not want any make up gain. This is another weirdness of the current compressor. If you compress based on RMS and have "make up gain to 0dB" turned off, then the high level signal is compressed down with no mak...
by steve
Mon Oct 26, 2020 12:10 am
Forum: Macros and Scripting
Topic: Export label tracks as separate files
Replies: 10
Views: 859

Re: Export label tracks as separate files

Winand wrote:
Sun Oct 25, 2020 10:18 pm
I've tried to read data in binary mode
I did the same and came to the same conclusion.

I have an idea for a fix, but it requires modifying the Audacity source code and then building Audacity.
Are you able to build Audacity from the source code?