WAV files exported from Audacity are not bit-identical
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Re: WAV files exported from Audacity are not bit-identical
Long time, no see.
I've tested again with Audacity 1.3.13
Nothing has been resolved.
Any hopes?
I've tested again with Audacity 1.3.13
Nothing has been resolved.
Any hopes?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: WAV files exported from Audacity are not bit-identical
That is why it is still listed in the 1.3.13 Release Notes.DjBR wrote: I've tested again with Audacity 1.3.13
Nothing has been resolved.
2.0 has not yet been released yet due to:DjBR wrote:Any hopes?
http://wiki.audacityteam.org/wiki/Relea ... at_Release
As Steve said, this will not be fixed before 2.0. Meantime you can use the workaround listed in the Release Notes.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: WAV files exported from Audacity are not bit-identical
The workaround which mentions that it resolves the problem by setting the High-Quality Conversion dithering to "None" is not working for me.
I just opened a PCM 16/44 and resaved as such, and it's not bit identical.
I'm on Ubuntu 11.04, Audacity 1.3.13
I just opened a PCM 16/44 and resaved as such, and it's not bit identical.
I'm on Ubuntu 11.04, Audacity 1.3.13
Re: WAV files exported from Audacity are not bit-identical
I'm using Audacity 1.3.14 on Ubuntu 10.10.
Test method:
Test method:
- Disable dither in Audacity.
- Import a 16-bit WAV file.
- Export the file with a new name.
- Calculate the MD5 checksum for both files
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: WAV files exported from Audacity are not bit-identical
Same matching results in 1.3.14 on WIndows 7, but with SHA-512 checksum and also hex file compare.steve wrote:I'm using Audacity 1.3.14 on Ubuntu 10.10.
Test method:I've just run this test on 4 different WAV files, and each time the checksum has matched.
- Disable dither in Audacity.
- Import a 16-bit WAV file.
- Export the file with a new name.
- Calculate the MD5 checksum for both files
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: WAV files exported from Audacity are not bit-identical
All dithering disabled.
Foobar2000
I am going to try 1.3.14 in Windows to see how it goes.
UPDATE:
In fact, in 1.3.13, Windows build, I did not get this problem...
So what now? Lacking code on Linux build?
Foobar2000
Code: Select all
Differences found in 1 out of 1 track pairs.
Comparing:
"H:wav\01 - example.wav"
"H:wav\01 - example_02.wav"
Differences found: 2 sample(s), starting at 213.8799774 second(s), peak: 0.0000916 at 213.8799774 second(s), 2ch
Code: Select all
[email protected]:~/wav$ md5sum *.wav
df46d0e74695bb57987f8b2f5fa6b490 01 - example_02.wav
c19eff9a189550b6018e20d9ce0eea8b 01 - example.wav
[email protected]:~/wav$ UPDATE:
In fact, in 1.3.13, Windows build, I did not get this problem...
Code: Select all
All tracks decoded fine, no differences found.
Comparing:
"C:UsersDjBRMusic\01 - example_02.wav"
"C:UsersDjBRMusic\01 - example.wav"
No differences in decoded data found.
Re: WAV files exported from Audacity are not bit-identical
I'm on Linux.DjBR wrote:So what now? Lacking code on Linux build?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: WAV files exported from Audacity are not bit-identical
So you are using a pre-release then.I'm using Audacity 1.3.14 on Ubuntu 10.10.
The differences I spotted are between Audacity 1.3.13 for Linux and Windows.
Can you try 1.3.13 ?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: WAV files exported from Audacity are not bit-identical
That would be pointless. Your 1.3.13 is not our current code, nor (unless you compiled our 1.3.13 source tarball) is it even our code - it's Ubuntu's release. Instead, I suggest you try the latest Audacity Daily Build from Ubuntu which is 1.3.14 with whatever modifications Ubuntu see fit.DjBR wrote:So you are using a pre-release then.I'm using Audacity 1.3.14 on Ubuntu 10.10.
The differences I spotted are between Audacity 1.3.13 for Linux and Windows.
Can you try 1.3.13 ?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: WAV files exported from Audacity are not bit-identical
I have upgraded to Daily Build PPA. I get the same thing.
Remaining discussion is about Linux behaviour, so split to http://forum.audacityteam.org/viewtopic ... 18&t=61303
Code: Select all
[email protected]:~/wav$ md5sum *.wav
df46d0e74695bb57987f8b2f5fa6b490 01 - Example (Done with 1.3.13).wav
df46d0e74695bb57987f8b2f5fa6b490 01 - Example (Done with Daily Build AKA 1.3.14-alpha).wav
c19eff9a189550b6018e20d9ce0eea8b 01 - Example (Original).wav
[email protected]:~/wav$