Audacity...Stop Helping Me.

This section is now closed.
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.
Locked
kozikowski
Forum Staff
Posts: 68902
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Audacity...Stop Helping Me.

Post by kozikowski » Fri Jan 14, 2011 9:54 pm

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

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.

Post by billw58 » Fri Jan 14, 2011 10:38 pm

kozikowski wrote:Does Audacity still insist on converting to 32-floating in the middle or perform other conversions?
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.

-- 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.

Post by kozikowski » Fri Jan 14, 2011 11:43 pm

should give you a bit-for-bit copy
It ought, oughtn't it?
Koz

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

Re: Audacity...Stop Helping Me.

Post by steve » Fri Feb 04, 2011 2:28 pm

billw58 wrote:It seems nobody knows if Audacity converts to 32-bit float internally when doing an export.
I seem to remember a discussion on the developers mailing list that mentioned that "mixing" is always done 32-bit float.
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.
kozikowski wrote:It ought, oughtn't it?
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).
On Linux you can use:

Code: Select all

cmp file1 file2
There may be something similar on other operating systems.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked