The job is to trim an arbitrary amount of work from a show. The show is 48000, 16-bit, Stereo. I changed the Audacity Preferences to 48000, 16-bit, Stereo and turn dithering off. Delete x seconds from the end of the show. I Export a new file at 48000, 16-bit, Stereo and do I get a bit for bit copy except for the trimmed material and maybe certain file housekeeping at either end? Does Audacity still insist on converting to 32-floating in the middle or perform other conversions?
Koz
Audacity...Stop Helping Me.
Forum rules
This forum is now closed.
For help with current Audacity, please post to the 2.x. board for your operating system.
Please post feedback about the current 2.x version on the 2.x.feedback board.
This forum is now closed.
For help with current Audacity, please post to the 2.x. board for your operating system.
Please post feedback about the current 2.x version on the 2.x.feedback board.
-
kozikowski
- Forum Staff
- Posts: 68902
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
-
billw58
- Forum Staff
- Posts: 5565
- Joined: Wed Aug 12, 2009 2:10 am
- Operating System: macOS 10.15 Catalina or later
Re: Audacity...Stop Helping Me.
It seems nobody knows if Audacity converts to 32-bit float internally when doing an export. But turning high quality conversion dither off should give you a bit-for-bit copy of the unaltered portion of the show.kozikowski wrote:Does Audacity still insist on converting to 32-floating in the middle or perform other conversions?
-- Bill
-
kozikowski
- Forum Staff
- Posts: 68902
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Audacity...Stop Helping Me.
It ought, oughtn't it?should give you a bit-for-bit copy
Koz
Re: Audacity...Stop Helping Me.
I seem to remember a discussion on the developers mailing list that mentioned that "mixing" is always done 32-bit float.billw58 wrote:It seems nobody knows if Audacity converts to 32-bit float internally when doing an export.
When Exporting, all non-muted tracks are "mixed" (for "Export Selected" it is all non-muted selections). This happens regardless of the number of tracks - there is no exception for a single track.
You can test that by doing a checksum of a 16-bit wav file, import and export it again, then do a checksum of the new file (but watch out for changed metadata).kozikowski wrote:It ought, oughtn't it?
On Linux you can use:
Code: Select all
cmp file1 file29/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)