Update README.md

Badges
This commit is contained in:
Jamie Hardt
2020-11-20 11:52:35 -08:00
committed by GitHub
parent a53ee23c4d
commit 9d02039cd2

View File

@@ -1,3 +1,7 @@
![Crates.io](https://img.shields.io/crates/l/bwavfile)
![Crates.io](https://img.shields.io/crates/v/bwavfile)
![GitHub last commit](https://img.shields.io/github/last-commit/iluvcapra/bwavfile)
# bwavfile # bwavfile
Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support
@@ -31,4 +35,4 @@ while( frame_reader.read_integer_frame(&mut buffer) > 0) {
All of the media for the integration tests is committed to the respository All of the media for the integration tests is committed to the respository
in either zipped form or is created by ffmpeg. Before you can run tests, in either zipped form or is created by ffmpeg. Before you can run tests,
you need to `cd` into the `tests` directory and run the `create_test_media.sh` you need to `cd` into the `tests` directory and run the `create_test_media.sh`
script. script.