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: WCRC32SUM (Read 4353 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

WCRC32SUM

The program computes CRC32 ckecksums of the PCM audio data in RIFF WAV files, for validating files against the EAC logs.
see also: http://www.hydrogenaudio.org/forums/index....showtopic=64481

----
comparing to wavcrc32:
C, not C++
more general wav files handling;
supports pipe, e.g., flac -c -d foo.flac | wcrc32sum -n;
----
the source is in the PUBLIC DOMAIN
both win32 and linux binaries included, or you can compile it by yourself: gcc -o wcrc32sum -std=c99 -O3 wcrc32sum.c
----
wcrc32sum foo.wav bar.wav ...
wcrc32sum -r foo.wav bar.wav ...
wcrc32sum -n foo.wav -c0 bar.wav ...
wcrc32sum --help