Skip to content

yangzhaofeng/wcrc32sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

wcrc32sum

This program was original uploaded by iceeLyne at hydrogenaudio. I modified it to make it executable on Windows

You can compile it with gcc -o wcrc32sum -std=c99 -O2 wcrc32sum.c

The program computes CRC32 ckecksums of the PCM audio data in RIFF WAV files, for validating files against the EAC logs.

Examples for this program:

wcrc32sum foo.wav bar.wav
wcrc32sum -r foo.wav bar.wav
wcrc32sum -n foo.wav -c0 bar.wav
wcrc32sum --help

pipe usage

flac -c -d foo.flac | wcrc32sum -n