Search found 59476 matches
- Fri Jan 15, 2021 1:05 am
- Forum: macOS
- Topic: Exporting .DTS 5.1 file results in obsolete channels being created
- Replies: 6
- Views: 395
Re: Exporting .DTS 5.1 file results in obsolete channels being created
Please post a screenshot of the "Advance Mixing Options" dialog
- 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?
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?
- 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:
(I've also added my vote along with yours).
Does that describe the feature adequately?
- Show post-envelope level (option): Allow the Mixer Board to show the actual level in the project when envelopes are present.
(I've also added my vote along with yours).
- 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...
- 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
This is true of the Mixer Board, but not for the Meter Toolbars. The Meter Toolbars show the level of the mix (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.
- Thu Jan 14, 2021 7:08 pm
- Forum: Windows
- Topic: Wanted: a plugin to find synchronous zero crossings
- Replies: 18
- Views: 477
- 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.
- 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 ...
- 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...
- 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". ...