From 9d02039cd207318fb7c6e26a063d99f6c2adc931 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 20 Nov 2020 11:52:35 -0800 Subject: [PATCH 1/2] Update README.md Badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad315b0..706a3c7 100644 --- a/README.md +++ b/README.md @@ -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 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 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` -script. \ No newline at end of file +script. From 91bff669665049b80b48520882e79db0676a86bc Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 20 Nov 2020 11:59:40 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 706a3c7..c43a54f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ while( frame_reader.read_integer_frame(&mut buffer) > 0) { ## Note on Testing 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, -you need to `cd` into the `tests` directory and run the `create_test_media.sh` -script. +in either zipped form or is created by ffmpeg. Before you can run tests, you will +need to have ffmpeg installed on your host, and you will need to `cd` into the +`tests` directory and run the `create_test_media.sh` script.