Search found 59476 matches

by steve
Thu Jan 14, 2021 10:20 pm
Forum: Windows
Topic: "couldn't find project data folder" message
Replies: 8
Views: 391

Re: "couldn't find project data folder" message

There are two parts to an Audacity project:
1. The ".AUP" (Audacity Project) file.
2. The "_data" folder (contains all of the audio data for the project)

Both parts are essential (see: https://manual.audacityteam.org/man/aud ... s.html#AUP)
Do you have both parts?
by steve
Thu Jan 14, 2021 10:16 pm
Forum: Adding Features to Audacity
Topic: Request for Mixer level meters to show post-envelope
Replies: 12
Views: 762

Re: Request for Mixer level meters to show post-envelope

I've logged this in the Mixer Board section:
  • Show post-envelope level (option): Allow the Mixer Board to show the actual level in the project when envelopes are present.
Does that describe the feature adequately?
(I've also added my vote along with yours).
by steve
Thu Jan 14, 2021 9:16 pm
Forum: Windows
Topic: Does Audacity do destructive editing?
Replies: 3
Views: 227

Re: Does Audacity do destructive editing?

If I import or open a sound file in audacity, and do edits, are the changes destructive? Yes. Is the original file changed? No. When you import an audio file into an Audacity project, the audio data from the file is copied into the project. Audacity never acts directly on audio files. "Destruc...
by steve
Thu Jan 14, 2021 9:11 pm
Forum: Adding Features to Audacity
Topic: Request for Mixer level meters to show post-envelope
Replies: 12
Views: 762

Re: Request for Mixer level meters to show post-envelope

mphillaudio wrote:
Thu Jan 14, 2021 8:24 pm
"Currently, if a track has a gain envelope, the meters on the Mixer Board (View->Mixer Board) show the amplitude without the envelope applied.
This is true of the Mixer Board, but not for the Meter Toolbars. The Meter Toolbars show the level of the mix (post-envelope).
by steve
Thu Jan 14, 2021 7:08 pm
Forum: Windows
Topic: Wanted: a plugin to find synchronous zero crossings
Replies: 18
Views: 477

Re: Wanted: a plugin to find synchronous zero crossings

DVDdoug wrote:
Thu Jan 14, 2021 6:48 pm
so with 16 bits the odds of hitting zero are about 1 in 65,535.
and for the default 32-bit float format, much, much, much less likely.
by steve
Thu Jan 14, 2021 6:43 pm
Forum: Windows
Topic: Wanted: a plugin to find synchronous zero crossings
Replies: 18
Views: 477

Re: Wanted: a plugin to find synchronous zero crossings

Also, if you zoom in vertically as far as possible, in most cases you will be able to see that samples are not "exactly" zero.
by steve
Thu Jan 14, 2021 4:49 pm
Forum: Windows
Topic: Wanted: a plugin to find synchronous zero crossings
Replies: 18
Views: 477

Re: Wanted: a plugin to find synchronous zero crossings

It occurs in every "normal" song many times. Not "exactly" zero. For simplicity, try this code on a mono track. It adds a label each time a sample is exactly zero. (setf labels ()) (do ((val (snd-fetch *track*) (snd-fetch *track*)) (count 0 (1+ count))) ((not val) labels) (when ...
by steve
Thu Jan 14, 2021 3:49 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Windows bug: adding a new track from file takes forever if done during playback
Replies: 10
Views: 1147

Re: Windows bug: adding a new track from file takes forever if done during playback

I can drag in another track while Audacity is playing - and it takes the same time as when Audacity is not playing Same here with my usual computer. However, I can reproduce the issue on a seriously under-powered PC with Windows 10. @feik What are your computer specs? In particular, the CPU and RAM...
by steve
Thu Jan 14, 2021 2:25 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Windows bug: adding a new track from file takes forever if done during playback
Replies: 10
Views: 1147

Re: Windows bug: adding a new track from file takes forever if done during playback

Sorry if this is not the correct place, I know it's called Adding Features, but I followed the link from https://wiki.audacityteam.org/wiki/Reporting_Bugs and it leads here. Thanks for that info. I've updated the link on the wiki as it should point to "Audacity 2.x Feedback and Reviews". ...