This commit is contained in:
Jamie Hardt
2020-11-20 12:13:42 -08:00

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
@@ -64,3 +68,6 @@ script.
[ebu3306v2]: https://tech.ebu.ch/docs/tech/tech3306.pdf [ebu3306v2]: https://tech.ebu.ch/docs/tech/tech3306.pdf
[itu2088]: https://www.itu.int/dms_pubrec/itu-r/rec/bs/R-REC-BS.2088-1-201910-I!!PDF-E.pdf [itu2088]: https://www.itu.int/dms_pubrec/itu-r/rec/bs/R-REC-BS.2088-1-201910-I!!PDF-E.pdf
[rfc3261]: https://tools.ietf.org/html/rfc2361 [rfc3261]: https://tools.ietf.org/html/rfc2361
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.