Sensible defaults could make Audacity a lot better

This read-only archive contains discussions from the Adding Feature forum.
New feature request may be posted to the Adding Feature forum.
Technical support is available via the Help forum.
Locked
steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Sensible defaults could make Audacity a lot better

Post by steve » Fri Sep 18, 2015 2:14 am

cyrano wrote:If the source is 24/48, the project will also be stored as 24/48, but once you start editing, it's 32 bit float.
"Editing" (ie. cut, copy, paste, delete) does not change the audio data format.
"Processing" (ie. all effects) is performed as 32-bit float.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

cyrano
Posts: 2629
Joined: Fri Apr 17, 2015 11:54 pm
Operating System: macOS 10.13 High Sierra

Re: Sensible defaults could make Audacity a lot better

Post by cyrano » Fri Sep 18, 2015 8:25 am

Owww...

That's odd. What happens if I cut a piece of 16 bit audio to a track holding a 24 bit sample?

Or if I cut an 8-bit sample into a 16 bit track?

Maybe that's another veru good reason to show the real source SR & BR?

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Sensible defaults could make Audacity a lot better

Post by steve » Fri Sep 18, 2015 9:57 am

If you cut and paste from one track to a track that has a different sample format:
If you paste as a new audio clip, the pasted data is not changed.
If you paste into an existing audio clip, the pasted data is converted to the same format as the audio clip that it is being merged with.

An audio track contains "audio clips". Each audio clip has one sample format, but if the track contains multiple audio clips, they may have different sample formats. All audio clips in a track have the same "sample rate" as the track. Pasting an audio clip may change the sample rate without changing the sample format.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked