QUOTE(kjoonlee @ Sep 23 2004, 05:13 AM)
What happens when you use foobar2000's bitcompare function on the .shn and .la files?
SHN vs LA:
CODE
INFO (foo_bitcompare) : No differences in decoded data found.
ERROR (foo_bitcompare) : Files have different length.
SHN vs original WAV:
CODE
INFO (foo_bitcompare) : No differences in decoded data found.
INFO (foo_bitcompare) : Finished successfully.
LA vs original WAV:
CODE
INFO (foo_bitcompare) : No differences in decoded data found.
ERROR (foo_bitcompare) : Files have different length.
WAV decoded from SHN vs WAV decoded from LA:
CODE
INFO (foo_bitcompare) : first different sample found
INFO (foo_bitcompare) : differences found: 2892530 sample(s), starting at 1.5625e-004 second(s), peak: 1.525879e-004 at 12.21784 second(s), 2ch
ERROR (foo_bitcompare) : Files have different length.
WAV decoded from SHN vs original WAV:
CODE
INFO (foo_bitcompare) : No differences in decoded data found.
INFO (foo_bitcompare) : Finished successfully.
WAV decoded from LA vs original WAV:
CODE
INFO (foo_bitcompare) : first different sample found
INFO (foo_bitcompare) : differences found: 2892530 sample(s), starting at 1.5625e-004 second(s), peak: 1.525879e-004 at 12.21784 second(s), 2ch
ERROR (foo_bitcompare) : Files have different length.
LA vs WAV decoded from LA:
CODE
INFO (foo_bitcompare) : first different sample found
INFO (foo_bitcompare) : differences found: 2892530 sample(s), starting at 1.5625e-004 second(s), peak: 1.525879e-004 at 12.21784 second(s), 2ch
INFO (foo_bitcompare) : Finished successfully.
SHN vs WAV decoded from SHN:
CODE
INFO (foo_bitcompare) : No differences in decoded data found.
INFO (foo_bitcompare) : Finished successfully.