Update README.md

Changed presentation of features
This commit is contained in:
Jamie Hardt
2020-12-24 21:55:32 -08:00
committed by GitHub
parent e2e029d3a3
commit 23dccecedb

View File

@@ -10,18 +10,19 @@ Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support
This is currently a work-in-progress! However many features presently work: This is currently a work-in-progress! However many features presently work:
- [x] Read standard WAV, Broadcast-Wave, and 64-bit RF64 and BW64 wave files with one interface for | Feature | Read | Write |
all types with transparent format detection. |---------------------------------------|-------|-------|
- [ ] Wave/RF64 file writing with transparent promotion from WAV to RF64. | Standard .wav files | ☑️ | |
- [x] Unified format definition interface for standard and extended-format wave files. | Transparent promotion to RF64/BW64 | ☑️ | |
- [x] Read channel/speaker map metadata. | Unified interface for regular and extended Wave format | ☑️ | |
- [x] Read standard EBU Broadcast-Wave metadata and decode to fields, including timestamp and SMPTE UMID. | Channel/speaker map metadata | ☑️ | |
- [x] iXML and ADM XML metadata. | Ambisonic B-format metadata | ☑️ | |
- [ ] Broadcast-WAV Level and Quality metadata. | EBU Broadcast-WAVE Metadata | ☑️ | |
- [x] Cue list metadata. | Basic iXML/ADM Metadata | ☑️ | |
- [ ] Sampler and instrument metadata. | Broadcast-WAVE Level metadata | | |
- [x] Validate the compatibility of a given wave file for certain regimes. | Cue list metadata | ☑️ | |
- [x] Metadata support for ambisonic B-format. | Sampler and instrument metadata | | |
| Enhanced Wave file form validation | ☑️ | 🚫 |
## Use Examples ## Use Examples