Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: EAC Write Feature Changes WAV Files? (Read 1762 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

EAC Write Feature Changes WAV Files?

I am experiencing strange behavior using EAC to burn a collection of mp3-sourced WAV files for a compilation. In the CD Layout Editor, I use "Append Files as New Track (Index 1)" to manually add each file to the cue and then finally burn them without gaps in DAO mode. When I then rip a song from the new CD (still using EAC), and compare them to the original WAV using a hex editor, I notice that there are a few differences! I have all of my offsets properly adjusted, so I knew that the program had to have been changing them somehow. To be more specific, I discovered that there are exactly 3 differences between the CD sourced WAV and the original WAV. The first two are located in the very beginning of the file... which reads in the original WAV like "RIFF....WAVEfmt ........D...........data...". The first change affects the first two ".." (parts of the hex code) after "RIFF" and then the second change occurs after the first two parts of the hex code after "data". For instance, where in the original WAV the hex code reads "data.." the new WAV reads "data0." Finally, the last change is an extra portion of digital silence (zeros) added to every file. My apologies if my description is confusing... it would be easier if I could just make a screen capture. I've never experienced this behavior  before... perhaps does EAC alter some WAV files before burning them for compatibility reasons? 

EAC Write Feature Changes WAV Files?

Reply #1
Cds don't have WAVE files, they have raw PCM data. the header is added by the ripper, as long as the files content are equal to the original (IE, using EAC's wave compare option or doing an inverted mix in Cool Edit) there's no audible difference. If however, EAC's wave compare reports different samples there's something wrong.
The difference in length must be caused because the cds have 588 samples sector, so files are padded with silence to make the song length a multipe of 588 samples.
"You have the right to remain silent. Anything you say will be misquoted, then used against you."

 

EAC Write Feature Changes WAV Files?

Reply #2
awesome, thanks for responding... and no, eac doesn't report differences between the files, (except for the padding). i guess that answers it.