Page 1 of 1

Audacity...Stop Helping Me.

Posted: Fri Jan 14, 2011 9:54 pm
by kozikowski
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

Re: Audacity...Stop Helping Me.

Posted: Fri Jan 14, 2011 10:38 pm
by billw58
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

Re: Audacity...Stop Helping Me.

Posted: Fri Jan 14, 2011 11:43 pm
by kozikowski
should give you a bit-for-bit copy
It ought, oughtn't it?
Koz

Re: Audacity...Stop Helping Me.

Posted: Fri Feb 04, 2011 2:28 pm
by steve
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.