Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhaofeng authored Mar 1, 2019
1 parent be51012 commit 32618c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# wcrc32sum
This program was original uploaded by iceeLyne at [hydrogenaudio](https://hydrogenaud.io/index.php/topic,102787.0.html). I reupload it to github in case the original website is inaccessible.

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
```

0 comments on commit 32618c3

Please sign in to comment.